@charset "UTF-8";
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url(../fonts/HelveticaNowDisplay-Regular.woff2) format("woff2"),
    url(../fonts/HelveticaNowDisplay-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url(../fonts/HelveticaNowDisplay-Bold.woff2) format("woff2"),
    url(../fonts/HelveticaNowDisplay-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon LT Std";
  src: url(../fonts/SabonLTStd-BoldItalic.eot);
  src: url("../fonts/SabonLTStd-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url(../fonts/SabonLTStd-BoldItalic.woff2) format("woff2"),
    url(../fonts/SabonLTStd-BoldItalic.woff) format("woff"),
    url(../fonts/SabonLTStd-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


html {
  scroll-behavior: smooth;
}

#popup-div {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  /* left: -11px; */
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  z-index: 1000; /* Ensures it appears above other content */
}

.form-container {
  position: absolute; /* Center inside #popup-div */
  top: 50%;
  left: 50%;
  /* top: 47%;
  left: 47%; */
  transform: translate(-50%, -50%); /* Center alignment */
  background: #fff; /* White background for the popup */
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  z-index: 1001; /* Higher than overlay */
}

/* Popup form */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 1200;
}

/*.form-container {
  display: none;
  position: fixed;
  top: 175px;
  z-index: 1500;
  background: #fff;
  padding: 20px 30px;
  width: 50vw;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
*/
@media (max-width: 575.98px) {
  .form-container {
    /* width: 90vh; */
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .form-container {
    width: 70vw;
  }
}

/* .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
} */

.close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent; /* or add hover background for testing */
  z-index: 9999; /* in case something is covering it */
}
.close-icon img {
  width: 16px;
  height: 16px;
  pointer-events: none; /* So span receives the click */
}



/* .form-container h2 {
  margin-bottom: 0px;
  font-size: 1.5em;
} */

/* Responsive h2 font sizes */
.form-container h2 {
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: 1.2em;
  /* text-align: center; */
  color: #F26722;
}

/* Larger screens */
@media (min-width: 576px) {
  .form-container h2 {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) {
  .form-container h2 {
    font-size: 1.3em;
  }
}

@media (min-width: 992px) {
  .form-container h2 {
    font-size: 1.4em;
  }
}

@media (min-width: 1200px) {
  .form-container h2 {
    font-size: 1.5em;
  }
}

.form-container p {
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}

.form-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.form-container form .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-container form input,
.form-container form select {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  font-family: "Helvetica Now Display", sans-serif;
  background-color: #eaeaea;
  border: none;
  box-sizing: border-box;
  outline: none;
}

.form-container form input:focus,
.form-container form select:focus {
  border-color: #007bff;
}

.form-container form .phone-input {
  display: flex;
  align-items: center;
}

.form-container form .phone-input select {
  width: 80px;
  padding: 9.3px;
  background-color: #d9d9d9;
}

.form-container form .course-input {
  display: flex;
  align-items: center;
}

.form-container form .course-input select {
  width: 80px;
  padding: 9.3px;
  background-color: #d9d9d9;
}

.form-container form .phone-input input {
  width: calc(100% - 80px);
  padding: 9.5px;
}

.form-container form .checkbox-group {
  width: 100%;
  margin-bottom: 25px;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}

.form-container form .checkbox-group > input[type="checkbox"] {
  display: inline-block;
  width: auto;
  line-height: 15px;
  margin-right: 5px;
}

.form-container form .checkbox-group label {
  line-height: 1.4;
  color: #555;
}

.form-container form .enroll-btn {
  width: 80%;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.form-container form .enroll-btn:hover {
  background: #333;
}
/* Popup form ends */

::-moz-selection {
  background-color: #f7631b;
  color: #fff;
}
::selection {
  background-color: #f7631b;
  color: #fff;
}
::-webkit-input-placeholder {
  color: #777777;
  font-weight: 300;
}
:-moz-placeholder {
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
::-moz-placeholder {
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #777777;
  font-weight: 300;
}
::-ms-input-placeholder {
  color: #777777;
  font-weight: 300;
}
body {
  color: #000;
  font-family: "Helvetica Now Display", sans-serif; /* Ensure consistency with your @font-face */
  font-size: 16px;
  font-weight: 300; /* If you want to use 300, you need to define it in @font-face */
  line-height: 1.625em;
  position: relative;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  display: block;
}
figure {
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
iframe {
  border: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}
.card-panel {
  margin: 0;
  padding: 60px;
}
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}
.gray-bg {
  background: #f9f9ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Now Display", sans-serif;
  color: #222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  color: #222;
}
td,
th {
  border-radius: 0px;
}
.clear::before,
.clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}
.fz-11 {
  font-size: 11px;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-30 {
  font-size: 30px;
}
.fz-48 {
  font-size: 48px !important;
}
.fw100 {
  font-weight: 100;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500;
}
.f700 {
  font-weight: 700;
}
.fsi {
  font-style: italic;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-150 {
  margin-top: 150px;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0-i {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-170 {
  padding-top: 170px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-90 {
  padding-left: 90px;
}
.p-40 {
  padding: 40px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-italic {
  font-style: italic;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-full {
  padding: 100px 0;
}
.section-half {
  padding: 75px 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-rigth {
  text-align: right;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.display-table {
  display: table;
}
.light {
  color: #fff;
}
.dark {
  color: #222;
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.section-bg {
  background: #f9fafc;
}
@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}
.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.whole-wrap {
  background-color: #f9f9ff;
}
.generic-banner {
  margin-top: 60px;
  background-color: #f7631b;
  text-align: center;
}
.generic-banner .height {
  height: 600px;
}
@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}
.generic-content h1 {
  font-weight: 600;
}
.about-generic-area {
  background: #fff;
}
.about-generic-area p {
  margin-bottom: 20px;
}
.white-bg {
  background: #fff;
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}
.switch-wrap {
  margin-bottom: 10px;
}
.switch-wrap p {
  margin: 0;
}
.sample-text-area {
  background: #f9f9ff;
  padding: 100px 0 70px 0;
}
.sample-text {
  margin-bottom: 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
.typo-list {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}
/* b,
sup,
sub,
u,
del {
  color: #f7631b;
} */
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777;
}
.button-area {
  background: #f9f9ff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.primary {
  color: #fff;
  background: #f7631b;
  border: 1px solid transparent;
}
.genric-btn.primary:hover {
  color: #f7631b;
  border: 1px solid #f7631b;
  background: #fff;
}
.genric-btn.primary-border {
  color: #f7631b;
  border: 1px solid #f7631b;
  background: #fff;
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #f7631b;
  border: 1px solid transparent;
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f7631b;
}
@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-gallery-image:hover {
  opacity: 0.8;
}
.list-style {
  width: 14px;
  height: 14px;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f7631b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f7631b;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f7631b;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f7631b;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #777;
}
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input:focus {
  outline: none;
}
.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}
.single-textarea:focus {
  outline: none;
}
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input-primary:focus {
  outline: none;
  border: 1px solid #f7631b;
}
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  padding: 0 20px;
}
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f7631b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.default-switch input:checked + label {
  left: 19px;
}
.single-element-widget {
  margin-bottom: 30px;
}
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:after {
  left: 19px;
}
.primary-switch input:checked + label:before {
  background: #f7631b;
}
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center
    center/cover;
  border: none;
}
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center
    center/cover;
  border: none;
}
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center
    center/cover;
  border: none;
}
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center
    center/cover;
  border: none;
}
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center
    center/cover;
  border: none;
}
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center
    center/cover;
  border: none;
}
.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
  color: #f7631b;
  background: transparent;
}
.default-select .nice-select .list .option:hover {
  color: #f7631b;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}
@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}
.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
  color: #f7631b;
  background: transparent;
}
.form-select .nice-select .list .option:hover {
  color: #f7631b;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}

/* Navbar */
/* header {
  font-family: "Century Gothic", sans-serif;
} */

/* Main page hero section */
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-item {
  min-width: 100%;
  box-sizing: border-box;
}

/* Dots Styles */
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background-color: #333;
}

/* .slider-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: transparent;
  color: lightgray;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 40px;
  z-index: 10;
  outline:none;
} */

.slider-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10;
  color: lightgray;
  font-weight: bold;
}

/* .slider-arrow::before {
  content: '\203a';
  font-size: 18px;
  color: #b0b0b0;
} */

.slider-arrow.left {
  left: 10px;
}

.slider-arrow.right {
  right: 10px;
}

.banner-one {
  width: 100%;
  aspect-ratio: 1366/580;
  height: auto;
  background-image: url(../img/individual-course/banner1-home-desktop.webp);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
}

.banner-two {
  width: 100%;
  aspect-ratio: 1366/580;
  height: auto;
  background-image: url(../img/individual-course/NIRF-Ranking-Banner-Desktop.jpg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
}

.banner-three {
  width: 100%;
  aspect-ratio: 1366/580;
  height: auto;
  background-image: url(../img/individual-course/OM-Home-page-banner3-desktop.jpg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
}

.gradient-course {
  background: linear-gradient(180deg, #ff6600 0%, #ff5204 0%, #ff270d 100%) 0%
    0% no-repeat padding-box;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 33px;
  font-weight: 900;
  font-family: "Helvetica Now Display", sans-serif !important;
}

.banner-btn {
  background: linear-gradient(180deg, #ff6600 0%, #ff5204 0%, #ff270d 100%);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 24px;
  line-height: normal;
  letter-spacing: 0.16px;
  border-radius: 10px;
  border: none;
  font-family: "Helvetica Now Display", sans-serif !important;
}

.main-page-hero-container {
  width: 100%;
  display: flex;
  padding-top: 6vw;
}

.main-page-hero-innerbox {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  margin-left: 115px;
}

.main-page-hero-innerbox h1 {
  font-size: 41px;
  font-weight: bold;
  color: #09143e;
  font-family: "Helvetica Now Display", sans-serif !important;
  letter-spacing: 0.1px;
}

.main-page-hero-innerbox h1 span:last-child {
  display: block;
  color: #09143e;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 4.5vw;
  letter-spacing: 0.028vw;
  font-family: Sabon LT Std;
  font-style: italic;
}

.banner-btn-container {
  gap: 0 0.8vw;
  align-items: center;
  display: flex;
  border-top: 2px solid #660a15;
  border-bottom: 2px solid #660a15;
  padding: 6px 0;
  width: fit-content;
}

.banner-btn-container-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Now Display", sans-serif !important;
  font-weight: bold;
  gap: 0 5px;
}

.uni-items-list {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  gap: 10px;
}

.course-name-tag {
  border-radius: 2px;
  border: none;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 8px;
}

.course-name-tag .course {
  padding: 0 4px;
  display: block;
  text-align: center;
  color: #060e2b;
  font-weight: bold;
}

.more-popular-courses {
  text-decoration: underline;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  padding: 5px 0;
  font-weight: bold;
}

.banner-two-container {
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Now Display", sans-serif;
  gap: 0px;
  margin: 0 auto;
  height: fit-content;
  width: 92%;
}

.banner-two-container h2 {
  font-size: 3.221vw;
  line-height: 3.075vw;
  font-weight: bold;
  letter-spacing: 0.028vw;
  color: #09143e;
  text-align: center;
  margin-top: 40px;
}

#nirf-logo {
  width: 80px;
}

#nirf-current-year {
  color: #f4ae2a;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#mahe-ranks {
  font-size: 1.317vw;
  color: inherit;
  font-weight: bold;
  text-align: center;
}

.amongst-all-universities {
  font-size: 1.17vw;
  color: inherit;
  font-weight: bold;
  text-align: center;
}

#muj-ranks {
  font-size: 1.317vw;
  color: inherit;
  font-weight: bold;
  text-align: center;
}

.rank-image-1 {
  width: 140px;
}

.rank-image-2 {
  width: 210px;
}

.individual-side-1 {
  width: 50%;
  border-right: 1px solid #d5d9e1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #09143e;
  line-height: 0px;
}

.individual-side-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #09143e;
  line-height: 0px;
}

.banner-three-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  margin: 40px 0px 0px 120px;
}

.ban3-btn {
  border-radius: 6px;
  border: none;
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  padding: 10px 16px;
  flex: 0 0 auto;
}

.ban3-btn span {
  font-size: 22px;
  color: #00306e;
  padding: 0 0 0 12px;
  display: block;
  text-align: center;
  font-weight: 700;
}

.ban3-btn a {
  text-decoration: none;
  outline: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner-3-uni-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 80%;
  gap: 18px;
}

.banner-3-heading {
  font-size: 3.221vw;
  line-height: 3.075vw;
  font-weight: bold;
  letter-spacing: 0.028vw;
  color: #00306e;
}

.banner-3-heading span {
  display: block;
  color: #ff6600;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 4.5vw;
  letter-spacing: 0.028vw;
  font-family: Sabon LT Std;
  font-style: italic;
}

@media (max-width: 1100px) {
  .banner-one {
    width: 100%;
    aspect-ratio: 390/490;
    max-height: 120vw !important;
    background-image: url(../img/individual-course/banner1-home-mobile.webp);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
  }

  .banner-two {
    width: 100%;
    aspect-ratio: 390/490;
    max-height: 120vw !important;
    background-image: url(../img/individual-course/NIRF-Ranking-Banner-Mobile.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
  }

  .banner-three {
    width: 100%;
    aspect-ratio: 390/490;
    max-height: 120vw !important;
    background-image: url(../img/individual-course/OM-Home-page-banner3-Mobile.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
  }

  .main-page-hero-container {
    width: 100%;
    display: flex;
    padding-top: 20px;
  }

  .main-page-hero-innerbox {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    margin: 0px 0px 0px 20px;
  }

  .main-page-hero-innerbox h1 {
    font-size: 5.641vw;
    line-height: 3.075vw;
    font-weight: bold;
    letter-spacing: 0.028vw;
    color: #09143e;
  }

  .main-page-hero-innerbox h1 span:last-child {
    display: inline;
    color: #09143e;
    font-weight: bold;
    font-size: 5.641vw;
    line-height: 4.5vw;
    letter-spacing: 0.028vw;
    font-family: Sabon LT Std;
    font-style: italic;
  }

  .banner-btn-container {
    gap: 0 20px;
    align-items: center;
    display: flex;
    border-top: 2px solid #660a15;
    border-bottom: 2px solid #660a15;
    width: fit-content;
    margin-top: 5px;
    padding: 2px 0;
  }

  .banner-btn-container-item {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.077vw;
    gap: 0 5px;
  }

  .uni-items-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .course-name-tag {
    border-radius: 2px;
    border: none;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

  .course-name-tag .course {
    padding: 0 4px;
    display: block;
    text-align: center;
    color: #060e2b;
    font-weight: bold;
    font-size: 15px;
  }

  .more-popular-courses {
    text-decoration: underline;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    padding: 5px 0;
  }

  .banner-btn {
    background: linear-gradient(180deg, #ff6600 0%, #ff5204 0%, #ff270d 100%);
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 15px;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .banner-two-container h2 {
    width: 85%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.028vw;
    color: #09143e;
    text-align: center;
    margin-top: 15px;
  }

  #nirf-logo {
    width: 50px;
  }

  #nirf-current-year {
    color: #f4ae2a;
    line-height: inherit;
    font-size: 22px;
    font-weight: inherit;
  }

  #mahe-ranks {
    font-size: 12px;
    color: inherit;
    font-weight: bold;
    text-align: center;
  }

  .amongst-all-universities {
    font-size: 12px;
    color: inherit;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
  }

  #muj-ranks {
    font-size: 12px;
    color: inherit;
    font-weight: bold;
    text-align: center;
  }

  .rank-image-1 {
    width: 90px;
  }

  .rank-image-2 {
    width: 135px;
  }

  .individual-side-1 {
    width: 50%;
    border-right: 1px solid #d5d9e1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    color: #09143e;
    line-height: 0px;
  }

  .individual-side-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    color: #09143e;
    line-height: 0px;
  }

  .banner-three-container {
    width: 81%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    margin: 10px 0px 0px 25px;
  }

  .ban3-btn {
    border-radius: 6px;
    border: none;
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    padding: 5px 8px;
    flex: 0 0 auto;
  }

  .ban3-btn span {
    font-size: 2.5vw;
    color: #00306e;
    padding: 0 0 0 12px;
    display: block;
    text-align: center;
    font-weight: 700;
  }

  .ban3-btn a {
    text-decoration: none;
    outline: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .ban3-btn img {
    width: 3.5vw;
    height: 3.5vw;
  }

  .banner-3-uni-items-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 5px;
  }

  .banner-3-heading {
    display: block;
    letter-spacing: 0.22px;
    line-height: 6.154vw;
    font-size: 5.641vw;
    font-weight: bold;
    color: #00306e;
  }

  .banner-3-heading span {
    display: inline-block;
    letter-spacing: 0.22px;
    line-height: inherit;
    font-size: inherit;
    font-weight: bold;
    color: #ff6600;
    font-style: italic;
    letter-spacing: 0.028vw;
    font-family: Sabon LT Std;
  }
}
@media (max-width: 768px) {
  .gradient-course {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .banner-one {
    width: 100%;
    aspect-ratio: 1366/580;
    height: auto;
    background-image: url(../img/individual-course/banner1-home-desktop.webp);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
  }

  .banner-two {
    width: 100%;
    aspect-ratio: 1366/580;
    height: auto;
    background-image: url(../img/individual-course/NIRF-Ranking-Banner-Desktop.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
  }

  .banner-three {
    width: 100%;
    aspect-ratio: 1366/580;
    height: auto;
    background-image: url(../img/individual-course/OM-Home-page-banner3-desktop.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
  }

  .gradient-course {
    background: linear-gradient(180deg, #ff6600 0%, #ff5204 0%, #ff270d 100%) 0%
      0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.7vw;
    line-height: 2.2vw;
    font-weight: 900;
    font-family: "Helvetica Now Display", sans-serif !important;
  }

  .banner-btn {
    background: linear-gradient(180deg, #ff6600 0%, #ff5204 0%, #ff270d 100%);
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 24px;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 2px;
  }

  .main-page-hero-container {
    width: 100%;
    display: flex;
    padding-top: 6vw;
  }

  .main-page-hero-innerbox {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    margin-left: 115px;
  }

  .main-page-hero-innerbox h1 {
    font-size: 3vw;
    font-weight: bold;
    color: #09143e;
    font-family: "Helvetica Now Display", sans-serif !important;
    letter-spacing: 0.1px;
  }

  .main-page-hero-innerbox h1 span:last-child {
    display: block;
    color: #09143e;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: 0.028vw;
    font-family: Sabon LT Std;
    font-style: italic;
  }

  .banner-btn-container {
    gap: 0 0.8vw;
    align-items: center;
    display: flex;
    border-top: 2px solid #660a15;
    border-bottom: 2px solid #660a15;
    padding: 6px 0;
    width: fit-content;
  }

  .banner-btn-container-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Now Display", sans-serif !important;
    font-weight: bold;
    gap: 0 5px;
    font-size: 20px;
  }

  .uni-items-list {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    gap: 10px;
  }

  .course-name-tag {
    border-radius: 2px;
    border: none;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 12px;
  }

  .course-name-tag .course {
    padding: 0 4px;
    display: block;
    text-align: center;
    color: #060e2b;
    font-weight: bold;
  }

  .more-popular-courses {
    text-decoration: underline;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    padding: 5px 0;
    font-weight: bold;
  }
}

/* Navbar */
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 98.75vw;
}

nav.desktop-navbar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 0 45vw; */
  padding: 20px;
}

nav.desktop-navbar .primary-content {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 30px;
  font-weight: bold;
  position: relative;
}

nav.desktop-navbar .primary-content ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  transition: 0.3s;
}

nav.desktop-navbar .primary-content ul li a {
  color: #000;
  text-decoration: none;
}

nav.desktop-navbar .primary-content ul li a:hover {
  color: orangered;
}

button#enroll-now {
  background-color: orangered;
  font-size: 16px;
  padding: 16px 25px;
  border-radius: 2px;
  color: #fff;
  border: none;
}

#hamburger {
  display: none;
}

@media (max-width: 575.98px) {
  nav.desktop-navbar {
    justify-content: space-between;
    /* padding: 20px 20px; */
    width: 100vw;
    border: 1px dotted #000;
  }

  nav.desktop-navbar img#desktop-nav-logo {
    /* width: 100px; */
    width: 168px;
  }

  nav.desktop-navbar .primary-content ul {
    display: none;
  }

  #hamburger {
    display: block;
    font-size: 10px;
  }

  button#enroll-now {
    display: none;
  }

  nav.desktop-navbar ul li {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  nav.desktop-navbar {
    justify-content: space-between;
    /* padding: 20px 20px; */
    width: 100vw;
    border: 1px dotted #000;
  }

  nav.desktop-navbar img#desktop-nav-logo {
    width: 200px;
  }

  nav.desktop-navbar .primary-content ul {
    display: none;
  }

  #hamburger {
    display: block;
  }

  button#enroll-now {
    display: none;
  }

  nav.desktop-navbar ul li {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav.desktop-navbar {
    justify-content: space-between;
    /* padding: 20px 20px; */
    width: 100vw;
  }

  nav.desktop-navbar img#desktop-nav-logo {
    width: 200px;
  }

  nav.desktop-navbar .primary-content ul {
    display: none;
  }

  #hamburger {
    display: block;
  }

  button#enroll-now {
    display: none;
  }

  nav.desktop-navbar ul li {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  nav.desktop-navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    /* background-color: red; */
    gap: 0;
  }

  nav.desktop-navbar .primary-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 30px;
    position: relative;
    /* background-color: blue; */
  }

  nav.desktop-navbar .primary-content ul {
    width: 400px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 30px;
    position: relative;
    /* background-color: green; */
  }

  nav.desktop-navbar .primary-content ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    transition: 0.3s;
  }

  nav.desktop-navbar .primary-content ul li a {
    color: #000;
  }

  nav.desktop-navbar .primary-content ul li a:hover {
    color: orangered;
  }

  button#enroll-now {
    font-family: "Helvetica Now Display", sans-serif;
    background-color: orangered;
    font-size: 16px;
    padding: 16px 25px;
    border-radius: 2px;
    color: #fff;
    border: none;
  }

  #hamburger {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  nav.desktop-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 0 85px;
    /* background-color: red; */
  }

  nav.desktop-navbar .primary-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 30px;
    position: relative;
    /* background-color: blue; */
  }

  nav.desktop-navbar .primary-content ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 30px;
    position: relative;
    /* background-color: blue; */
  }

  nav.desktop-navbar .primary-content ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    transition: 0.3s;
  }

  nav.desktop-navbar .primary-content ul li a {
    color: #000;
  }

  nav.desktop-navbar .primary-content ul li a:hover {
    color: orangered;
  }

  button#enroll-now {
    font-family: "Helvetica Now Display", sans-serif !important;
    font-weight: bold;
    background-color: orangered;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 2px;
    color: #fff;
    border: none;
  }

  #hamburger {
    display: none;
  }
}

@media (min-width: 1600px) {
  nav.desktop-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 0 85px;
    /* background-color: red; */
  }

  nav.desktop-navbar .primary-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 30px;
    position: relative;
    /* background-color: blue; */
  }

  nav.desktop-navbar .primary-content ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 30px;
    position: relative;
    /* background-color: blue; */
  }

  nav.desktop-navbar .primary-content ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    transition: 0.3s;
  }

  nav.desktop-navbar .primary-content ul li a {
    color: #000;
  }

  nav.desktop-navbar .primary-content ul li a:hover {
    color: orangered;
  }

  button#enroll-now {
    font-family: "Helvetica Now Display", sans-serif !important;
    font-weight: bold;
    background-color: orangered;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 2px;
    color: #fff;
    border: none;
  }

  #hamburger {
    display: none;
  }
}

/* Courses-filter-container */
.course-link-muj {
  /* background-color: #deedff; */
  background-color: #b2d0f3;
  color: #23238d;
}

.course-link-smu {
  /* background-color: #deffd3; */
  background-color: #a6e990;
  color: #076c22;
}

.filter-group ul li.filter-li-active {
  background-color: rgb(243, 243, 243);
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid rgba(21, 20, 25, 0.05);

  /* Inset shadow: top = dark, bottom = light */
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.15),   /* Top inner shadow (dark) */
    inset 0 -2px 4px rgba(255, 255, 255, 0.7); /* Bottom inner glow (light) */
}


/* Media Queries for responsiveness */
/* Small devices (max-width: 575.98px) */
@media (max-width: 575.98px) {
  .hlight {
    position: absolute;
    top: 0;
    right: 0;
    background: #074a76;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #f7f7f7;
    border-radius: 2px;
    padding: 0 5px;
    vertical-align: middle;
  }

  .courses-filter-container {
    font-family: "Helvetica Now Display", sans-serif;
    z-index: 150;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f0f0f0;
  }

  .courses-filter-sidebar {
    width: 100%;
    background-color: #f0f0f0;
    color: #000;
    padding: 10px 10px 10px 10px;
  }

  .courses-filter-sidebar h2 {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 2.6px;
  }

  .filter-group {
    margin-bottom: 20px;
  }

  .filter-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .filter-group ul {
    list-style: none;
  }

  .filter-group ul li {
    padding: 5px 5px 0px 0px;
    max-width: 250px;
    display: flex;
    gap: 0 10px;
  }
  

  .filter-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: color 0.3s;
  }

  .courses-menu-content {
    height: 90vh;
    flex: 1;
    padding: 10px;
  }

  .courses-menu-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .cross {
    font-size: 25px;
    cursor: pointer;
  }

  .courses-menu-list {
    background-color: #fff;
    padding: 10px;
    overflow: auto;
    width: 100%;
    display: grid;
    gap: 10px;
  }

  

  .courses-menu-item {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.12),    /* Dark top inner shadow */
    inset 0 -2px 4px rgba(255, 255, 255, 0.8), /* Light bottom inner glow */
    0 2px 6px rgba(0, 0, 0, 0.04);          /* Subtle outer shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .courses-menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f36925, #ffb347);
    transform: scaleX(0);
    transform-origin: right; /* Start hiding from right */
    transition: transform 0.4s ease;
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
  }
  
  /* On hover — slides in from left to right */
  .courses-menu-item:hover::before {
    transform: scaleX(1);
    transform-origin: left; /* Grow from left on hover */
  }
  
  /* Optional text color change */
  .courses-menu-item:hover {
    color: white;
  }
  

  .courses-menu-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
  }

  .courses-menu-details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .courses-menu-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
  }

  .courses-menu-institution-and-duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0;
  }

  .courses-menu-institution {
    width: fit-content;
    display: inline-block;
    padding: 0px 5px;
    color: #000;
    /* font-size: 13px; */
    font-size: 11px;
    border-radius: 4px;
  }

  .courses-menu-duration {
    font-size: 11px;
  }
}

/* Medium devices (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hlight {
    position: absolute;
    top: 0;
    right: 0;
    background: #074a76;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #f7f7f7;
    border-radius: 2px;
    padding: 0 5px;
    vertical-align: middle;
  }

  .courses-filter-container {
    font-family: "Helvetica Now Display", sans-serif;
    z-index: 150;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f0f0f0;
  }

  .courses-filter-sidebar {
    width: 100%;
    background-color: #f0f0f0;
    color: #000;
    padding: 10px 10px 0px 10px;
  }

  .courses-filter-sidebar h2 {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 2.6px;
  }

  .filter-group {
    margin-bottom: 20px;
  }

  .filter-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .filter-group ul {
    list-style: none;
  }

  .filter-group ul li {
    padding: 5px 5px 0px 0px;
    max-width: 250px;
    display: flex;
    gap: 0 10px;
  }

  .filter-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: color 0.3s;
  }

  .courses-menu-content {
    height: 90vh;
    flex: 1;
    padding: 10px;
  }

  .courses-menu-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .cross {
    font-size: 25px;
    cursor: pointer;
  }

  .courses-menu-list {
    background-color: #fff;
    padding: 10px;
    overflow: auto;
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .courses-menu-item {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.12),    /* Dark top inner shadow */
    inset 0 -2px 4px rgba(255, 255, 255, 0.8), /* Light bottom inner glow */
    0 2px 6px rgba(0, 0, 0, 0.04);          /* Subtle outer shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .courses-menu-item {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.12),    /* Dark top inner shadow */
    inset 0 -2px 4px rgba(255, 255, 255, 0.8), /* Light bottom inner glow */
    0 2px 6px rgba(0, 0, 0, 0.04);          /* Subtle outer shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .courses-menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f36925, #ffb347);
    transform: scaleX(0);
    transform-origin: right; /* Start hiding from right */
    transition: transform 0.4s ease;
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
    /* color: white; */
  }
  
  /* On hover — slides in from left to right */
  .courses-menu-item:hover::before {
    transform: scaleX(1);
    transform-origin: left; /* Grow from left on hover */
  }
  
  /* Optional text color change */
  .courses-menu-item:hover {
    color: #fff; /* Strong contrast over orange gradient */
  }

  .courses-menu-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
  }

  .courses-menu-details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .courses-menu-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
  }

  .courses-menu-institution-and-duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 0;
  }

  .courses-menu-institution {
    width: fit-content;
    display: inline-block;
    padding: 0px 5px;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
  }

  .courses-menu-duration {
    font-size: 13px;
  }
}

/* Tablet devices (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hlight {
    position: absolute;
    top: 0;
    right: 0;
    background: #074a76;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #f7f7f7;
    border-radius: 2px;
    padding: 0 5px;
    vertical-align: middle;
  }

  .courses-filter-container {
    font-family: "Helvetica Now Display", sans-serif;
    z-index: 150;
    overflow: hidden;
    display: flex;
    height: 80vh;
    background-color: #f0f0f0;
  }

  .courses-filter-sidebar {
    width: 30%;
    background-color: #f0f0f0;
    color: #000;
    padding: 20px;
  }

  .courses-filter-sidebar h2 {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 2.6px;
  }

  .filter-group {
    margin-bottom: 20px;
  }

  .filter-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .filter-group ul {
    list-style: none;
  }

  .filter-group ul li {
    margin-bottom: 10px;
    padding: 10px 5px 10px 5px;
    max-width: 250px;
    display: flex;
    gap: 0 10px;
  }

  .filter-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: color 0.3s;
  }

  .courses-menu-content {
    height: 90vh;
    flex: 1;
    padding: 10px;
  }

  .courses-menu-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .courses-menu-list {
    background-color: #fff;
    padding: 10px;
    overflow: auto;
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .courses-menu-item {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.12),    /* Dark top inner shadow */
    inset 0 -2px 4px rgba(255, 255, 255, 0.8), /* Light bottom inner glow */
    0 2px 6px rgba(0, 0, 0, 0.04);          /* Subtle outer shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .courses-menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f36925, #ffb347);
    transform: scaleX(0);
    transform-origin: right; /* Start hiding from right */
    transition: transform 0.4s ease;
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
    /* color: white; */
  }
  
  /* On hover — slides in from left to right */
  .courses-menu-item:hover::before {
    transform: scaleX(1);
    transform-origin: left; /* Grow from left on hover */
  }
  
  /* Optional text color change */
  .courses-menu-item:hover {
    color: #fff; /* Strong contrast over orange gradient */
  }
  

  .courses-menu-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
  }

  .courses-menu-details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .courses-menu-title {
    font-size: 17px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 10px 0 10px 0;
  }

  .courses-menu-institution-and-duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 0;
    margin: 0 0 10px 0;
  }

  .courses-menu-institution {
    width: fit-content;
    display: inline-block;
    padding: 0px 5px;
    color: #000;
    font-size: 12px;
    border-radius: 4px;
  }

  .courses-menu-duration {
    font-size: 12px;
  }
}

/* Large devices (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hlight {
    position: absolute;
    top: 0;
    right: 0;
    background: #074a76;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #f7f7f7;
    border-radius: 2px;
    padding: 0 5px;
    vertical-align: middle;
  }

  .courses-filter-container {
    font-family: "Helvetica Now Display", sans-serif;
    z-index: 150;
    overflow: hidden;
    display: flex;
    height: 80vh;
    background-color: #f0f0f0;
  }

  .courses-filter-sidebar {
    width: 30%;
    background-color: #f0f0f0;
    color: #000;
    padding: 20px;
  }

  .courses-filter-sidebar h2 {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 2.6px;
  }

  .filter-group {
    margin-bottom: 20px;
  }

  .filter-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .filter-group ul {
    list-style: none;
  }

  .filter-group ul li {
    margin-bottom: 10px;
    padding: 10px 5px 10px 5px;
    max-width: 250px;
    display: flex;
    gap: 0 10px;
  }

  .filter-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: color 0.3s;
  }

  .courses-menu-content {
    height: 90vh;
    flex: 1;
    padding: 10px;
  }

  .courses-menu-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .courses-menu-list {
    background-color: #fff;
    padding: 10px;
    overflow: auto;
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .courses-menu-item {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.12),    /* Dark top inner shadow */
    inset 0 -2px 4px rgba(255, 255, 255, 0.8), /* Light bottom inner glow */
    0 2px 6px rgba(0, 0, 0, 0.04);          /* Subtle outer shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .courses-menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f36925, #ffb347);
    transform: scaleX(0);
    transform-origin: right; /* Start hiding from right */
    transition: transform 0.4s ease;
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
    /* color: white; */
  }
  
  /* On hover — slides in from left to right */
  .courses-menu-item:hover::before {
    transform: scaleX(1);
    transform-origin: left; /* Grow from left on hover */
  }
  
  /* Optional text color change */
  .courses-menu-item:hover {
    color: #fff; /* Strong contrast over orange gradient */
  }
  

  .courses-menu-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
  }

  .courses-menu-details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .courses-menu-title {
    font-size: 17px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 10px 0 10px 0;
  }

  .courses-menu-institution-and-duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 0;
    margin: 0 0 10px 0;
  }

  .courses-menu-institution {
    width: fit-content;
    display: inline-block;
    padding: 0px 5px;
    color: #000;
    font-size: 12px;
    border-radius: 4px;
  }

  .courses-menu-duration {
    font-size: 12px;
  }
}

/* Extra large devices (1200px and above) */
@media (min-width: 1200px) {
  .hlight {
    position: absolute;
    top: 0;
    right: 0;
    background: #074a76;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #f7f7f7;
    border-radius: 2px;
    padding: 0 5px;
    vertical-align: middle;
  }

  .courses-filter-container {
    font-family: "Helvetica Now Display", sans-serif;
    padding-top: 25px;
    z-index: 150;
    display: flex;
    height: 85vh;
    background-color: #f0f0f0;
  }

  .cross {
    font-size: 35px;
    cursor: pointer;
  }

  .courses-filter-sidebar {
    width: 220px;
    background-color: #f0f0f0;
    color: #000;
    padding: 20px;
    padding-right: 0px;
  }

  .courses-filter-sidebar h2 {
    font-weight: lighter;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 2.6px;
  }

  .filter-group {
    margin-bottom: 20px;
    width: 100%;
  }

  .filter-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .filter-group ul {
    list-style: none;
  }

  .filter-group ul li {
    margin-bottom: -10px;
    padding: 10px 5px 10px 10px;
    width: 100%;
    display: flex;
    gap: 0 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .filter-link {
    font-weight: normal !important;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: color 0.3s;
  }

  .courses-menu-content {
    flex: 1;
    padding: 10px;
    margin: 0 30px;
  }

  .courses-menu-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .courses-menu-list {
    border: 0.5px solid rgb(235, 235, 235);
    border-radius: 5px;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* .courses-menu-item {
    position: relative;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
  }

  .courses-menu-item:hover {
    background-color: rgb(240, 240, 240);
  } */

  
  
  
  .courses-menu-item {
    position: relative;
    background-color: #f5f5f5;
    color: inherit;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 10px;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    text-decoration: none;
    border: 2px solid rgba(21, 20, 25, 0.1);
    box-shadow:
      inset 0 2px 4px rgba(0, 0, 0, 0.12),    /* Dark top inner shadow */
      inset 0 -2px 4px rgba(255, 255, 255, 0.8), /* Light bottom inner glow */
      0 2px 6px rgba(0, 0, 0, 0.04);          /* Subtle outer shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  
  /* Background animation layer */
  .courses-menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f36925, #ffb347);
    transform: scaleX(0);
    transform-origin: right; /* Start hiding from right */
    transition: transform 0.4s ease;
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
    /* color: white; */
  }
  
  /* On hover — slides in from left to right */
  .courses-menu-item:hover::before {
    transform: scaleX(1);
    transform-origin: left; /* Grow from left on hover */
  }
  
  /* Optional text color change */
  .courses-menu-item:hover {
    color: #fff; /* Strong contrast over orange gradient */
  }
  

  

  .courses-menu-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
  }

  .courses-menu-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 10px;
  }

  .courses-menu-title {
    font-size: 16px;
    font-weight: bold;
    /* font-weight: normal !important; */
    color: #1a1a1a;
  }

  .courses-menu-title:hover {
    color: #ffffff;
  }

  .courses-menu-institution-and-duration {
    display: flex;
    margin-right: 10px;
    /* background-color: red; */
    justify-content: space-between;
    align-items: center;
  }

  .courses-menu-institution {
    width: fit-content;
    display: inline-block;
    /* color: #000; */
    font-size: 12px;
    border-radius: 4px;
    padding: 0.2px 7px;
    font-weight: bold;
  }

  .courses-menu-duration {
    font-size: 12px;
    color: #000;
  }
}

.section-gap {
  padding: 60px 0;
}
.alert-msg {
  color: #008000;
}
.primary-btn {
  background: #f7631b;
  background: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn:hover {
  color: #fff !important;
}
.primary-btn:hover span {
  color: #fff;
  right: 20px;
}
.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.primary-btn.white span {
  color: #fff;
}
.primary-btn.white:hover {
  background: #fff;
  color: #f7631b;
}
.primary-btn.white:hover span {
  color: #f7631b;
}
.primary-btn.wh {
  background: #fff;
  color: #222;
  text-transform: uppercase;
}
.primary-btn.wh:hover {
  background: #222;
  color: #fff;
}
.primary-btn.squire {
  border-radius: 0px !important;
  border: 1px solid transparent;
}
.primary-btn.squire:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.section-title h1 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .fullscreen {
    height: 700px !important;
  }
}

@media (max-width: 991.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 480px) {
}

@media (max-width: 991px) {
}

.legacy-container {
  min-height: 200px;
  border: 5px solid;
  border-image: linear-gradient(45deg, #ff6600, #0522d2) 1;
  width: 73%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  margin: 50px auto;
}

.legacy-container .legacy-text {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 20px auto;
}

.legacy-container .legacy-text span {
  color: #ff6600;
}

.legacy-flex-card-container {
  display: flex;
  gap: 0 10px;
  width: 60%;
  margin: 20px auto 0 auto;
}

.legacy-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 50%;
  min-height: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.legacy-card .legacy-card-img-1 {
  border-radius: 5px 5px 0 0;
  padding: 30px;
}

.legacy-card .legacy-card-img-2 {
  border-radius: 5px 5px 0 0;
  padding: 30px;
}

.legacy-card .legacy-card-text-muj {
  background: linear-gradient(180deg, #ded7b6 0%, #0522d2 100%);
  border-radius: 0 0 5px 5px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0px;
  color: white;
  font-weight: 700;
}

.legacy-card .legacy-card-text-smu {
  background: linear-gradient(180deg, #57ff45 0%, #013c51 100%);
  border-radius: 0 0 5px 5px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0px;
  color: white;
  font-weight: 700;
}

/* Very small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* CSS rules for very small devices */
  .legacy-container {
    /* background-color: red; */
    width: 90%;
    flex-direction: column;
  }

  .legacy-container .legacy-text {
    margin: 20px auto;
    padding: 0 30px;
  }

  .legacy-flex-card-container {
    flex-direction: column;
    gap: 20px 0;
    width: 65%;
  }

  .legacy-card {
    width: 100%;
  }

  .legacy-card .legacy-card-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-1 img {
    height: 40px;
  }

  .legacy-card .legacy-card-img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-2 img {
    height: 40px;
  }

  .legacy-card .legacy-card-text-muj {
    padding: 10px 20px;
    margin-bottom: 0px;
  }

  .legacy-card .legacy-card-text-smu {
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* CSS rules for small devices */
  .legacy-container {
    /* background-color: lightblue; */
    width: 90%;
    flex-direction: column;
  }

  .legacy-container .legacy-text {
    margin: 20px auto;
    padding: 0 30px;
  }

  .legacy-flex-card-container {
    gap: 0 20px;
    width: 90%;
  }

  .legacy-card {
    width: 49%;
  }

  .legacy-card .legacy-card-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-1 img {
    height: 40px;
  }

  .legacy-card .legacy-card-img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-2 img {
    height: 40px;
  }

  .legacy-card .legacy-card-text-muj {
    padding: 10px 20px;
    margin-bottom: 0px;
  }

  .legacy-card .legacy-card-text-smu {
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* CSS rules for medium devices */
  .legacy-container {
    /* background-color: green; */
    width: 90%;
  }

  .legacy-container .legacy-text {
    margin: 20px auto;
    padding: 0 30px;
  }

  .legacy-flex-card-container {
    gap: 0 20px;
    width: 90%;
  }

  .legacy-card {
    width: 49%;
  }

  .legacy-card .legacy-card-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-1 img {
    height: 55px;
  }

  .legacy-card .legacy-card-img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-2 img {
    height: 55px;
  }

  .legacy-card .legacy-card-text-muj {
    padding: 10px 20px;
    margin-bottom: 0px;
  }

  .legacy-card .legacy-card-text-smu {
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* CSS rules for large devices */
  .legacy-container {
    /* background-color: goldenrod; */
    width: 90%;
  }

  .legacy-container .legacy-text {
    margin: 20px auto;
    padding: 0 30px;
  }

  .legacy-flex-card-container {
    gap: 0 20px;
    width: 75%;
  }

  .legacy-card {
    width: 49%;
  }

  .legacy-card .legacy-card-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-1 img {
    height: 55px;
  }

  .legacy-card .legacy-card-img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-2 img {
    height: 55px;
  }

  .legacy-card .legacy-card-text-muj {
    padding: 10px 20px;
    margin-bottom: 0px;
  }

  .legacy-card .legacy-card-text-smu {
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* CSS rules for extra large devices */
  .legacy-container {
    /* background-color: tomato; */
    width: 1100px;
  }

  .legacy-container .legacy-text {
    margin: 20px auto;
    padding: 0 30px;
  }

  .legacy-flex-card-container {
    gap: 0 20px;
    width: 800px;
  }

  .legacy-card {
    width: 49%;
  }

  .legacy-card .legacy-card-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-1 img {
    height: 55px;
  }

  .legacy-card .legacy-card-img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .legacy-card .legacy-card-img-2 img {
    height: 55px;
  }

  .legacy-card .legacy-card-text-muj {
    padding: 10px 20px;
    margin-bottom: 0px;
  }

  .legacy-card .legacy-card-text-smu {
    padding: 10px 20px;
    margin-bottom: 0px;
  }
}

/* Filter courses container */
.course-container {
  width: 75%;
  margin: 100px auto 80px auto;
}

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

/* Navbar container */
#filter-options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  padding: 8px 0px;
  border-bottom: 3px solid #e9eef5; /* light gray border */
  position: relative;
}

/* Navbar links */
#filter-options a {
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 16px;
  color: #d1d6db; /* light gray text */
  text-decoration: none;
  padding: 10px;
  position: relative;
  transition: color 0.3s ease;
}

#filter-options a.active {
  color: #000;
  font-weight: bold;
}

/* Hover effect */
#filter-options a:hover {
  color: #000;
}

/* Sliding underline indicator */
.indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #000;
  transition: width 0.3s ease, left 0.3s ease;
}

#filter-select {
  padding: 10px 100px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: transparent;
  outline: none;
}

.content {
  /* background-color: lightyellow; */
  display: flex;
  gap: 30px 10px;
  flex-wrap: wrap;
}

.course-item {
  width: 24.3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.1s;
}

.course-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  border: none;
}

.course-item:hover .know-more {
  text-decoration: underline;
  color: #ff6900;
}

.card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-body {
  padding: 16px;
}

.course-header {
  display: flex;
  align-items: center;
  background-color: #e3f2fd;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  color: blue;
}

.course-header i {
  font-size: 20px;
  color: #1a73e8;
  margin-right: 8px;
}

.course-header span {
  font-size: 17px;
  font-weight: bold;
}

.university-name {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}

hr {
  margin-top: 20px;
}

.course-type {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.course-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.course-price {
  font-weight: bold;
}

.course-details span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.course-details i {
  margin-right: 4px;
}

.know-more {
  text-decoration: underline;
  color: #000;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .sidebar {
    overflow-x: auto;
  }

  /* Navbar container */
  #filter-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 8px 0px;
    border-bottom: 3px solid #e9eef5; /* light gray border */
    position: relative;
  }

  /* Navbar links */
  #filter-options a {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    color: #d1d6db; /* light gray text */
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
  }

  #filter-options a.active {
    color: #000;
    font-weight: bold;
  }

  /* Hover effect */
  #filter-options a:hover {
    color: #000;
  }

  /* Sliding underline indicator */
  .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
  }

  #filter-select {
    margin-left: 30px;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    outline: none;
  }

  .course-container {
    width: 90%;
    margin: 100px auto 80px auto;
  }

  .course-container h2 {
    font-size: 24px;
  }

  .course-container h2 span {
    font-family: "Sabon LT Std";
    font-style: italic;
  }

  .content {
    display: flex;
    flex-direction: column;
    gap: 30px 10px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .course-item {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sidebar {
    overflow-x: auto;
  }

  /* Navbar container */
  #filter-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 8px 0px;
    border-bottom: 3px solid #e9eef5; /* light gray border */
    position: relative;
  }

  /* Navbar links */
  #filter-options a {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    color: #d1d6db; /* light gray text */
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
  }

  #filter-options a.active {
    color: #000;
    font-weight: bold;
  }

  /* Hover effect */
  #filter-options a:hover {
    color: #000;
  }

  /* Sliding underline indicator */
  .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
  }

  #filter-select {
    margin-left: 30px;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    outline: none;
  }

  .course-container {
    width: 90%;
    margin: 100px auto 80px auto;
  }

  .course-container h2 {
    font-size: 36px;
    padding-bottom: 15px;
  }

  .course-container h2 span {
    font-family: "Sabon LT Std";
    font-style: italic;
  }

  .content {
    display: flex;
    gap: 30px 22px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .course-item {
    width: 48%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sidebar {
    overflow-x: auto;
  }

  /* Navbar container */
  #filter-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 0px 0px;
    border-bottom: 3px solid #e9eef5; /* light gray border */
    position: relative;
  }

  /* Navbar links */
  #filter-options a {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    color: #d1d6db; /* light gray text */
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
  }

  #filter-options a.active {
    color: #000;
    font-weight: bold;
  }

  /* Hover effect */
  #filter-options a:hover {
    color: #000;
  }

  /* Sliding underline indicator */
  .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
  }

  #filter-select {
    margin-left: 30px;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    outline: none;
  }

  .course-container {
    width: 90%;
    margin: 100px auto 80px auto;
  }

  .course-container h2 {
    font-size: 36px;
    padding-bottom: 20px;
  }

  .course-container h2 span {
    font-family: "Sabon LT Std";
    font-style: italic;
  }

  .content {
    display: flex;
    gap: 30px 22px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .course-item {
    width: 48%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar {
    overflow-x: auto;
  }

  /* Navbar container */
  #filter-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 0px 0px;
    border-bottom: 3px solid #e9eef5; /* light gray border */
    position: relative;
    width: 100%;
  }

  /* Navbar links */
  #filter-options a {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    color: #d1d6db; /* light gray text */
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
  }

  #filter-options a.active {
    color: #000;
    font-weight: bold;
  }

  /* Hover effect */
  #filter-options a:hover {
    color: #000;
  }

  /* Sliding underline indicator */
  .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
  }

  #filter-select {
    margin-left: 30px;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    outline: none;
  }

  .course-container {
    width: 90%;
    margin: 100px auto 80px auto;
  }

  .course-container h2 {
    font-size: 36px;
    padding-bottom: 20px;
  }

  .course-container h2 span {
    font-family: "Sabon LT Std";
    font-style: italic;
  }

  .content {
    display: flex;
    gap: 30px 18px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .course-item {
    width: 32%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .sidebar {
    overflow-x: auto;
  }

  /* Navbar container */
  #filter-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 0px 0px;
    border-bottom: 3px solid #e9eef5; /* light gray border */
    position: relative;
    width: 100%;
  }

  /* Navbar links */
  #filter-options a {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    color: #d1d6db; /* light gray text */
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
  }

  #filter-options a.active {
    color: #000;
    font-weight: bold;
  }

  /* Hover effect */
  #filter-options a:hover {
    color: #000;
  }

  /* Sliding underline indicator */
  .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
  }

  #filter-select {
    margin-left: 30px;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    outline: none;
  }

  .course-container {
    width: 75%;
    margin: 100px auto 80px auto;
    /* background-color: pink; */
  }

  .course-container h2 {
    font-size: 38px;
    padding-bottom: 25px;
  }

  .course-container h2 span {
    font-family: "Sabon LT Std";
    font-style: italic;
  }

  .content {
    display: flex;
    gap: 20px 18px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .course-item {
    width: 32%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
  }
}

@media (min-width: 1600px) {
  .sidebar {
    overflow-x: auto;
  }

  /* Navbar container */
  #filter-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 0px 0px;
    border-bottom: 3px solid #e9eef5; /* light gray border */
    position: relative;
    width: 100%;
  }

  /* Navbar links */
  #filter-options a {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    color: #d1d6db; /* light gray text */
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: color 0.3s ease;
  }

  #filter-options a.active {
    color: #000;
    font-weight: bold;
  }

  /* Hover effect */
  #filter-options a:hover {
    color: #000;
  }

  /* Sliding underline indicator */
  .indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease, left 0.3s ease;
  }

  #filter-select {
    margin-left: 30px;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: transparent;
    outline: none;
  }

  .course-container {
    width: 1150px;
    margin: 100px auto 80px auto;
  }

  .course-container h2 {
    font-size: 38px;
    padding-bottom: 20px;
  }

  .course-container h2 span {
    font-family: "Sabon LT Std";
    font-style: italic;
  }

  .content {
    display: flex;
    gap: 30px 18px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .course-item {
    width: 32%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
  }
}

.popular-course-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 40px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popular-course-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popular-course-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f7631b;
}
.single-popular-carusel .thumb {
  overflow: hidden;
}
.single-popular-carusel .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

.single-popular-carusel .meta {
  margin-top: -26px;
  z-index: 2;
  position: inherit;
  padding: 0px 10px;
}
.single-popular-carusel .meta p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
.single-popular-carusel .meta p .lnr {
  margin: 0px 5px;
}
.single-popular-carusel .meta h4 {
  color: #fff;
}
.single-popular-carusel .details h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 20px 0px;
}
.single-popular-carusel .details h4:hover {
  color: #f7631b !important;
}
@media (max-width: 576px) {
  .form-container{
    position: absolute;
    top: 50%;
    left: 47%;
  }
  .single-popular-carusel {
    margin: 15px;
  }
}
.single-popular-carusel:hover .thumb img {
  transform: scale(1.1);
}

.advantage-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

/* .search-course-area { */
  /* background: url(../img/banner/s-bg.webp) center; */
  /* background-size: cover; */
/* } */
.search-course-area .overlay-bg {
  background: linear-gradient(166deg, #09143e 55%, #ff6600 100%);
}
.search-course-area .search-course-left h1 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .search-course-area .search-course-left h1 {
    font-size: 30px;
  }
}
.search-course-area .search-course-left p {
  font-size: 12px;
}
@media (max-width: 991px) {
  .search-course-area .search-course-left {
    padding-top: 120px;
    margin-bottom: 40px;
  }
}
.search-course-area .search-course-right {
  background: rgba(255, 255, 255, 0.1);
}
.search-course-area .search-course-right .form-wrap {
  padding: 0px 40px;
}
.search-course-area .search-course-right .form-wrap .form-control {
  margin-bottom: 5px;
  border-radius: 0px;
  padding: 0.675rem 0.75rem;
  font-size: 13px;
  font-weight: 300;
}
.search-course-area .search-course-right .form-wrap .current {
  margin-left: -32px;
  font-size: 13px;
}
.search-course-area
  .search-course-right
  .form-wrap
  .form-select
  .nice-select
  .list
  .option {
  padding-left: 15px;
}
.search-course-area .search-course-right .form-wrap .primary-btn {
  width: 100%;
  margin-top: 5px;
}
.search-course-area .details-content {
  margin-top: 50px;
}
.search-course-area .details-content .single-detials span {
  color: #f7631b;
  font-size: 30px;
}
.search-course-area .details-content .single-detials h4 {
  margin: 20px 0px;
  color: #fff;
}
.search-course-area .details-content .single-detials p {
  margin-bottom: 0px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .search-course-area .details-content .single-detials h4 {
    font-size: 12px;
  }
}
.active-upcoming-event-carusel .owl-dots {
  display: inline-grid;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 101%;
  top: 40%;
}
.active-upcoming-event-carusel .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.active-upcoming-event-carusel .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f7631b;
}
@media (max-width: 1024px) {
  .active-upcoming-event-carusel .owl-controls {
    display: none;
  }
}
@media (max-width: 576px) {
  .single-carusel {
    margin: 15px;
    text-align: center;
  }

  .single-carusel .thumb {
    display: flex;
    justify-content: center;
  }

  .advantage-details {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }
}
.single-carusel h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-carusel p {
  margin-top: 0px !important;
  margin-bottom: 0px;
}
.single-carusel .thumb {
  overflow: hidden;
}
.single-carusel .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.advantage-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

.single-carusel .detials h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-carusel .detials h4:hover {
  color: #f7631b;
}
.single-carusel .detials p {
  margin-top: 20px;
}
/* .single-carusel:hover .thumb img {
  transform: scale(1.05) rotate(-1.05deg);
} */

.advantage-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

.review-area {
  background: #f9f9ff;
}
.review-area h4 {
  color: #222;
}
.review-area .owl-carousel .owl-item img {
  width: auto !important;
}
.review-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 20px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.review-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.review-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f7631b;
}
.single-review .title {
  margin: 20px 0;
}
.single-review .star {
  margin-left: 30px;
}
.single-review .star .checked {
  color: orange;
}
@media (max-width: 414px) {
  .single-review {
    padding: 15px;
  }
}
.single-blog .thumb {
  overflow: hidden;
}
.single-blog .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

.single-blog:hover img {
  transform: scale(1.1);
}
.single-blog:hover h5 {
  color: #f7631b;
}
.single-blog h5 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.single-blog a {
  color: #777;
}
.single-blog .meta {
  font-weight: 400;
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.single-blog .details-btn {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.single-blog .details-btn .details {
  visibility: hidden;
  opacity: 0;
  margin-left: -53px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-blog .details-btn .lnr {
  color: #222;
  line-height: inherit;
}
.single-blog .details-btn:hover {
  width: 140px;
  background: #f7631b;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}
.single-blog .details-btn:hover .details {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
  margin-right: 8px;
}
.single-blog .details-btn:hover span {
  color: #fff;
  font-weight: 600;
}
.cta-one-area {
  background: url(../img/cta-bg.jpg) center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.cta-one-area h1,
.cta-one-area p {
  position: relative;
}
.cta-one-area p {
  max-width: 670px;
  margin: 20px 0px;
}
@media (max-width: 576px) {
  .cta-one-area p {
    padding: 0% 5%;
  }
}
.cta-one-area .overlay-bg {
  background: rgba(4, 9, 30, 0.2);
}
.cta-two-area {
  background: transparent linear-gradient(270deg, #ff6600 0%, #ee3024 100%) 0%
    0% no-repeat padding-box;
  padding: 90px 0px;
}
.cta-two-area .cta-left {
  text-align: left;
}
.cta-two-area .cta-left h1 {
  color: #fff;
  font-weight: 700;
}
.cta-two-area .cta-right {
  text-align: right;
}
@media (max-width: 991px) {
  .cta-two-area .cta-right {
    text-align: left;
    margin-top: 20px;
  }
}

.link-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}

.about-banner {
  background: url(../img/banner/top-banner.jpg) center no-repeat;
  background-size: cover;
  height: 500px;
}

.about-content {
  margin-top: 150px;
  padding: 90px 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-content {
    margin-top: 70px;
  }

  /*  .about-content h1 {
    font-size: 14px;
  } */
}

/* @media (max-width: 600px){
  .about-content h1 {
    font-size: 14px;
  }
} */

.about-content h1 {
  font-size: 30px;
  font-weight: 600;
}
.about-content a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
}
.info-area .info-area-left img {
  width: 100%;
}
.info-area .info-area-right {
  padding-left: 80px;
}
.info-area .info-area-right h1 {
  max-width: 400px;
  margin-bottom: 20px;
}
.info-area .info-area-right p {
  max-width: 450px;
  margin-bottom: 0px;
}
@media (max-width: 1024px) and (min-width: 991px) {
  .info-area .info-area-right h1 {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .info-area .info-area-right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .info-area .info-area-right h1,
  .info-area .info-area-right p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .info-area .info-area-right {
    margin-top: 50px;
  }
}
.accordion > dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.accordion > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 8px 20px;
  background: #f9f9ff;
}
.accordion > dt > a:hover {
  text-decoration: none;
}
.accordion > dt > a.active {
  color: #fff;
  border-color: #ddd;
  background: transparent linear-gradient(270deg, #ff6600 0%, #ee3024 100%) 0%
    0% no-repeat padding-box;
  cursor: default;
}
.accordion > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #111;
  -webkit-font-smoothing: antialiased;
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
  content: "\f106";
  color: #fff;
}
.accordion > dt > a:hover:after {
  color: #444;
}
.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
.accordion > dt > a,
.accordion > dt > a:after,
.toggle > dt > a,
.toggle > dt > a:after {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
dl.accordion.time-line {
  position: relative;
}
dl.accordion.time-line:before {
  border-left: 1px dashed #cecece;
  bottom: 10px;
  content: "";
  left: 15px;
  position: absolute;
  top: 25px;
  z-index: 0;
}
.accordion.time-line > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
.accordion.time-line > dt > a:after {
  content: "\e648";
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "icomoon";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #222;
  padding-left: 3px;
}
.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
  content: "\e641";
  color: #fff;
}
.accordion.time-line > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 14px 20px 14px 40px;
  border: none;
  letter-spacing: 3px;
}
.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
  background: none !important;
}
.toggle > dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}
.toggle > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
}
.toggle > dt > a:hover {
  text-decoration: none;
  border-color: #e8e8e8;
}
.toggle > dt > a.active {
  color: #f7631b;
  border-color: #f7631b;
}
.toggle > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
  content: "\f106";
  color: #f7631b;
}
.toggle > dt > a:hover:after {
  color: #444;
}
.toggle > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
dl.toggle.time-line {
  position: relative;
}
dl.toggle.time-line:before {
  border-left: 1px dashed #cecece;
  bottom: 10px;
  content: "";
  left: 15px;
  position: absolute;
  top: 25px;
  z-index: 0;
}
.toggle.time-line > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px 40px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}
.toggle.time-line > dt > a:after {
  content: "\e648";
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "icomoon";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #222;
  padding-left: 3px;
}
.toggle.time-line > dt > a.active:after,
.toggle.time-line > dt > a.active:hover:after {
  content: "\e641";
  color: #fff;
}
.toggle.time-line > dt > a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  padding: 14px 20px 14px 40px;
  border: none;
  letter-spacing: 3px;
}
.toggle.time-line > dt > a:hover,
.toggle.time-line > dt > a.active {
  background: none !important;
}
.jq-tab-menu .jq-tab-title:first-child {
  border-top: none;
}
.video-right {
  background: url(../img/banner/video-bg.webp) no-repeat center;
  background-size: cover;
  height: 330px;
}
.video-right .overlay-bg {
  background-color: rgba(34, 34, 34, 0.2);
}
.video-right .play-btn {
  z-index: 2;
}
@media (max-width: 767px) {
  .video-right {
    margin-top: 50px;
  }
}
.courses-page .single-popular-carusel {
  margin-bottom: 40px;
}
.courses-page .primary-btn {
  border: 1px solid transparent;
}
.courses-page .primary-btn:hover {
  background: transparent;
  border-color: #f7631b;
  color: #f7631b;
}
.left-contents .jq-tab-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
}
.left-contents .jq-tab-wrapper.horizontal-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.left-contents .jq-tab-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 413px) {
  .left-contents .jq-tab-menu {
    display: initial !important;
  }
}
.left-contents .jq-tab-menu .jq-tab-title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 6px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 504px) {
  .left-contents .jq-tab-menu .jq-tab-title {
    padding: 0.9em 0.9em;
    font-size: 10px;
  }
}
.left-contents .jq-tab-menu .jq-tab-title:hover,
.left-contents .jq-tab-menu .jq-tab-title.active {
  color: #f7631b;
  background: transparent;
  border-bottom: 1px solid #f7631b;
}
.left-contents .horizontal-tab .jq-tab-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.left-contents .jq-tab-content-wrapper {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.left-contents .jq-tab-content {
  display: none;
  padding: 1em 1.8em;
  font-size: 14px;
  font-weight: 300;
}
.left-contents #verticalTab .jq-tab-content-wrapper {
  border: 1px solid #eee;
}
.left-contents #horizontalTab .jq-tab-content-wrapper {
  background: #f9f9ff;
}
.left-contents .jq-tab-content.active {
  display: block;
}
@media (max-width: 413px) {
  .left-contents .comment-wrap {
    padding: 0px !important;
  }
}
.left-contents .course-list li {
  margin-bottom: 20px;
}
.left-contents .course-list li .primary-btn {
  background: #fff;
  color: #222;
}
.left-contents .course-list li .primary-btn:hover {
  background: #f7631b;
  color: #fff;
}
@media (max-width: 414px) {
  .left-contents .course-list li {
    font-size: 8px;
  }
}
.left-contents .comments-area {
  padding: 0px 20px;
  margin-top: 50px;
  background: transparent !important;
  border: none !important;
}
@media (max-width: 414px) {
  .left-contents .comments-area {
    padding: 50px 8px;
  }
}
.left-contents .comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
.left-contents .comments-area a {
  color: #222;
}
.left-contents .comments-area .comment-list {
  padding-bottom: 30px;
}
.left-contents .comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.left-contents .comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 414px) {
  .left-contents .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .left-contents .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .left-contents .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.left-contents .comments-area .thumb {
  margin-right: 20px;
}

.advantage-details {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: center;
}

.left-contents .comments-area .desc h5 {
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.left-contents .comments-area .desc h5:hover a {
  color: #f7631b !important;
}
.left-contents .comments-area .date {
  font-size: 13px;
  color: #cccccc;
}
.left-contents .comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}
.left-contents .comments-area .btn-reply {
  background-color: #fcfaff;
  color: #222;
  font-weight: 400;
  padding: 8px 30px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.left-contents .comments-area .btn-reply:hover {
  background: #f7631b;
  color: #fff;
}
.left-contents .comment-form {
  border: none;
}
.left-contents .star .checked {
  color: #f7631b;
}
.left-contents .reviews span,
.left-contents .reviews .star {
  width: 25%;
  margin-bottom: 10px;
}
.left-contents .avg-review {
  background: #04091e;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0px;
}
.left-contents .avg-review span {
  font-size: 18px;
  color: #f7631b;
}
@media (max-width: 991px) {
  .left-contents .avg-review {
    margin-bottom: 20px;
  }
}
.left-contents .single-reviews h5 {
  display: inline-flex;
}
.left-contents .single-reviews h5 .star {
  margin-left: 10px;
}
.right-contents ul li {
  background: #f9f9ff;
  padding: 10px 22px;
  margin-bottom: 10px;
}
.right-contents ul li a {
  color: #222;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.right-contents ul li a p {
  margin-bottom: 0px;
}
.right-contents ul li .or {
  color: #f7631b !important;
}
.right-contents .primary-btn {
  margin-top: 10px;
  width: 100%;
  background: #222;
  text-align: center;
}
@media (max-width: 991px) {
  .right-contents {
    margin-top: 30px;
  }
}
.event-page-lists .single-carusel {
  margin-bottom: 50px;
}
.event-page-lists .primary-btn {
  border: 1px solid transparent;
}
.event-page-lists .primary-btn:hover {
  color: #f7631b;
  border-color: #f7631b;
  background: transparent;
}
.event-details-area .details-content h4 {
  margin: 20px 0px;
}
.event-details-area .social-nav {
  padding-top: 50px;
}
.event-details-area .social-nav .focials li {
  text-align: right;
  display: inline-block;
}
.event-details-area .social-nav .focials li a {
  color: #fff;
}
.event-details-area .social-nav .focials li a .fa-facebook {
  width: 30px;
  display: block;
  text-align: center;
  padding: 8px 0px;
  background: #4b6eaa;
}
.event-details-area .social-nav .focials li a .fa-twitter {
  width: 30px;
  display: block;
  text-align: center;
  padding: 8px 0px;
  background: #00c7f8;
}
.event-details-area .social-nav .focials li a .fa-dribbble {
  width: 30px;
  display: block;
  text-align: center;
  padding: 8px 0px;
  background: #f982aa;
}
.event-details-area .social-nav .focials li a .fa-behance {
  width: 30px;
  display: block;
  text-align: center;
  padding: 8px 0px;
  background: #0b8eff;
}
.event-details-area .social-nav .navs {
  text-align: right;
}
.event-details-area .social-nav .navs a {
  background: #f9f9ff;
  color: #222;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .event-details-area .social-nav .navs a {
    font-size: 12px;
  }
}
.event-details-area .social-nav .navs a:hover {
  background: #f7631b;
  color: #fff;
}
.event-details-area .social-nav .navs .nav-prev .lnr {
  margin-right: 5px;
}
.event-details-area .social-nav .navs .nav-next .lnr {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .event-details-area .social-nav .navs {
    margin-top: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .event-details-area .event-details-right {
    margin-top: 30px;
  }
}
.event-details-area .event-details-right .single-event-details {
  background: #f9f9ff;
  padding: 30px;
  margin-bottom: 30px;
}
.event-details-area .event-details-right .single-event-details ul li {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
}
.event-details-area
  .event-details-right
  .single-event-details
  ul
  li:last-child {
  border-bottom: none;
}
.gallery-area .single-imgs {
  margin-bottom: 30px;
}
.gallery-area .single-imgs img {
  width: 100%;
}
.gallery-area .single-imgs .overlay-bg {
  background: rgba(247, 99, 27, 0.85);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.gallery-area .single-imgs:hover .overlay-bg {
  opacity: 1;
}
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px;
}
.blog-home-banner .primary-btn {
  border-radius: 0px;
  background: #fff;
  color: #222;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-home-banner .primary-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.blog-home-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}
.blog-page {
  background: #f9f9ff;
}
.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}
.blog-header-content p {
  margin: 20px 0px;
}
.top-category-widget-area {
  background-color: #f9f9ff;
}
.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
}
.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0, 0, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-category-widget-area .single-cat-widget img {
  width: 100%;
}
.top-category-widget-area .single-cat-widget .content-details {
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  bottom: 0px;
  position: absolute;
}
.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}
.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}
.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  background: rgba(247, 99, 27, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .top-category-widget-area .single-cat-widget {
    margin-bottom: 50px;
  }
}
.post-content-area {
  background-color: #f9f9ff;
}
.post-content-area .single-post {
  margin-bottom: 50px;
}
.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .post-content-area .single-post .meta-details {
    text-align: left;
  }
}
.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}
.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}
.post-content-area .single-post .meta-details .tags li a {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-content-area .single-post .meta-details .tags li a:hover {
  color: #f7631b;
}
@media (max-width: 1024px) {
  .post-content-area .single-post .meta-details {
    margin-top: 0px;
  }
}
.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #777;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #f7631b;
}
.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
  font-weight: 900;
  color: #222;
}
.post-content-area .single-post .feature-img img {
  width: 100%;
}
.post-content-area .single-post .posts-title h3 {
  margin: 20px 0px;
}
.post-content-area .single-post .excert {
  margin-bottom: 20px;
}
.post-content-area .single-post .primary-btn {
  background: #fff !important;
  color: #222 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px !important;
}
.post-content-area .single-post .primary-btn:hover {
  background: #f7631b !important;
  color: #fff !important;
}
.posts-list .posts-title h3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.posts-list .posts-title h3:hover {
  color: #f7631b;
}
.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}
.blog-pagination .page-link {
  border-radius: 0;
}
.blog-pagination .page-item {
  border: none;
}
.page-link {
  background: transparent;
  font-weight: 400;
}
.blog-pagination .page-item.active .page-link {
  background-color: #f7631b;
  border-color: transparent;
  color: #fff;
}
.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777;
  border: none;
}
.blog-pagination .page-link .lnr {
  font-weight: 600;
}
.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}
.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f7631b;
  border-color: #eee;
}
.sidebar-widgets {
  padding-bottom: 120px;
}
.widget-wrap {
  background: #fafaff;
  padding: 20px 0px;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}
.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.widget-wrap .search-widget form.search-form input[type="text"] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #f7631b;
}
.widget-wrap .search-widget ::-webkit-input-placeholder {
  color: #fff;
}
.widget-wrap .search-widget ::-moz-placeholder {
  color: #fff;
}
.widget-wrap .search-widget :-ms-input-placeholder {
  color: #fff;
}
.widget-wrap .search-widget :-moz-placeholder {
  color: #fff;
}
.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #f7631b;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.widget-wrap .user-info-widget {
  text-align: center;
}
.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-wrap .user-info-widget .social-links li a {
  color: #222;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li a:hover {
  color: #f7631b;
}
.widget-wrap .popular-post-widget .popular-title {
  background: transparent linear-gradient(270deg, #ff6600 0%, #ee3024 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}
.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}
.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}
.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}
.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #f7631b;
}
.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}
.widget-wrap .ads-widget img {
  width: 100%;
}
.widget-wrap .post-category-widget .category-title {
  background: #f7631b;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li a {
  color: #777;
}
.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #f7631b;
}
.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #f7631b;
}
.widget-wrap .newsletter-widget .newsletter-title {
  background: #f7631b;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}
.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}
.widget-wrap .newsletter-widget .bbtns {
  background: #f7631b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0;
}
.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}
.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}
.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}
.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget ::-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget :-ms-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget :-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}
.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #f7631b;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}
.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .tag-cloud-widget ul li:hover {
  background: #f7631b;
}
.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}
.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #222;
}
.single-post-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.single-post-area .meta-details {
  margin-top: 20px !important;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #222;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .social-links li a:hover {
  color: #f7631b;
}
.single-post-area .quotes {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}
.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}
.comments-area a {
  color: #222;
}
.comments-area .comment-list {
  padding-bottom: 30px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  color: #cccccc;
}
.comments-area .comment {
  color: #777777;
}
.comments-area .btn-reply {
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  padding: 8px 30px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-area .btn-reply:hover {
  background-color: #f7631b;
  color: #fff;
}
.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}
.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .comment-form .name {
    padding-right: 0px;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  padding: 12px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #777777;
}
.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}
.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form .primary-btn {
  border-radius: 0px !important;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
}
.comment-form .primary-btn:hover {
  background: transparent;
  border-color: #f7631b !important;
  color: #f7631b !important;
}
.contact-page-area {
  background: #f9f9ff;
}
.contact-page-area .map-wrap {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .contact-page-area .map-wrap {
    margin-bottom: 50px;
  }
}
.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.contact-page-area .contact-btns:hover {
  color: #fff;
}
.contact-page-area .form-area .form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.contact-page-area .form-area input {
  padding: 15px;
}
.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 13px !important;
}
.contact-page-area .form-area textarea {
  height: 190px;
  margin-top: 0px;
  padding: 15px;
}
.contact-page-area .form-area .genric-btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: uppercase !important;
}
.contact-page-area .form-area .genric-btn:hover {
  border: 1px solid #f7631b;
  color: #f7631b !important;
}
@media (max-width: 991px) {
  .contact-page-area .address-wrap {
    margin-bottom: 30px;
  }
}
.contact-page-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
}
.contact-page-area .address-wrap .single-contact-address h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-page-area .address-wrap .single-contact-address .lnr {
  font-size: 30px;
  font-weight: 500;
  color: #f7631b;
  margin-right: 30px;
}

/* Footer section */
footer {
  background-color: #04091e;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  padding: 50px 40px;
  margin: 0 auto;
}

.footer-section {
  width: 100%;
  /* background-color: red; */
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-description {
  margin-bottom: 20px;
  color: #fff;
}

.footer-contact div {
  margin-bottom: 10px;
  color: #fff;
}

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

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links ul h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.footer-links ul li {
  margin: 15px 0;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: orangered;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(209, 209, 209);
  padding: 20px;
}

.footer-copyright-text {
  margin-bottom: 10px;
  color: #04091e;
  white-space: nowrap;
}

.conditions-and-privacy-policy {
  text-align: center;
}

.conditions-and-privacy-policy a {
  text-decoration: none;
  color: #04091e;
  transition: 0.3s;
}

.conditions-and-privacy-policy a:hover {
  color: orangered;
}

/* Responsive Styles */

/* Extra Small Devices (max-width: 575.98px) */
@media (max-width: 575.98px) {
  .footer-area {
    flex-direction: column;
  }

  .footer-links ul h3 {
    text-align: left;
  }
  .footer-section {
    /* background-color: red; */
    width: 100%;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-copyright-text {
    margin-bottom: 15px;
  }
}

/* Small Devices (min-width: 576px) and (max-width: 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-area {
    flex-direction: column;
  }
  .footer-section {
    /* background-color: blue; */
    width: 100%;
  }

  .footer-logo {
    max-width: 175px;
  }

  ul#general h3 {
    text-align: left;
  }

  ul#ug-list h3 {
    text-align: left;
  }

  ul#pg-list h3 {
    text-align: left;
  }
}

/* Medium Devices (min-width: 768px) and (max-width: 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-section {
    /* background-color: green; */
    width: 46%;
  }

  .footer-logo {
    max-width: 200px;
  }
  ul#general {
    text-align: left;
  }

  ul#general h3 {
    text-align: left;
  }

  ul#ug-list {
    text-align: left;
  }

  ul#ug-list h3 {
    text-align: left;
  }

  ul#pg-list {
    text-align: left;
  }

  ul#pg-list h3 {
    text-align: left;
  }
}

/* Large Devices (min-width: 992px) and (max-width: 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-section {
    /* background-color: yellow; */
    width: 45%;
  }

  .footer-logo {
    max-width: 220px;
  }

  ul#general {
    text-align: left;
    margin: 0 40px;
  }

  ul#general h3 {
    text-align: left;
  }

  ul#ug-list {
    text-align: left;
  }

  ul#ug-list h3 {
    text-align: left;
  }

  ul#pg-list {
    text-align: left;
  }

  ul#pg-list h3 {
    text-align: left;
  }

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

  .footer-copyright-text {
    margin-bottom: 0;
  }
}

/* Extra Large Devices (min-width: 1200px) and (max-width: 1599.98px) */
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .footer-section {
    max-width: 25%;
  }

  .footer-links {
    margin: 0 30px;
  }

  .footer-logo {
    max-width: 250px;
  }

  /* .footer-links ul li {
    text-align: center;
  } */

  ul#general {
    text-align: left;
    margin: 0 50px;
  }

  ul#general h3 {
    text-align: left;
  }

  ul#ug-list {
    text-align: left;
  }

  ul#ug-list h3 {
    text-align: left;
  }

  ul#pg-list {
    text-align: left;
  }

  ul#pg-list h3 {
    text-align: left;
  }

  .footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-copyright-text {
    margin-bottom: 0px;
  }
}

/* XXL Devices (min-width: 1600px) */
@media (min-width: 1600px) {
  .footer-section {
    /* background-color: lightblue; */
    width: 30%;
  }

  .footer-logo {
    max-width: 300px;
  }

  .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-copyright-text {
    margin-bottom: 0px;
  }

  ul#general {
    text-align: left;
    margin: 0 130px;
  }

  ul#general h3 {
    text-align: left;
  }

  ul#ug-list {
    text-align: left;
  }

  ul#ug-list h3 {
    text-align: left;
  }

  ul#pg-list {
    text-align: left;
  }

  ul#pg-list h3 {
    text-align: left;
  }
}

/* benefit section start */

.section-wrapper {
  padding: 50px;
}

.layout {
  display: flex;
}

.experience-card-details {
  background: #fdf8f4;
}

.experience-card-details .layout {
  flex-wrap: wrap;
}

.experience-card-details h3 {
  font-size: 18px;
  font-weight: 600;
  min-height: 85px;
}

.experience-card-details .description {
  padding: 12px 0;
}
/*
.experience-card-details .line-items {
    padding: 24px 32px;
    flex: 0 0 30.33%;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 4px;
    opacity: 1;
    min-height: 420px;
    box-shadow: 1px 1px 5px 1px #ccc;
}
*/
.experience-card-details img {
  margin: 0;
}

.experience-card-details ul {
  padding-left: 12px;
}

.experience-card-details li {
  list-style: disc;
  color: #f60;
}

.experience-card-details li p {
  line-height: unset;
  margin-bottom: 1rem;
  font-size: 14px;
  margin-top: 0;
  color: black;
}

.card-divider {
  background: transparent linear-gradient(270deg, #ff6600 0%, #ee3024 100%) 0%
    0% no-repeat padding-box;
  height: 2px;
  margin-bottom: 20px;
}

.presenter h5 {
  text-transform: uppercase;
}

.right .slick-arrow:hover {
  color: #f60;
  text-decoration: underline;
}

.description span {
  display: block;
  font-size: 15px;
  line-height: 24px;
}

.description span::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.3rem;
  width: 0.35rem;
  margin-right: 0.5rem;
  background-color: #f60;
}

.experience-card-details .content {
  min-height: 480px;
}

/*
.experience-card-details .line-items .content {
    min-height: 460px;
}

.experience-card-details .line-items:nth-child(3n+3) {
    margin-right: 0;
}

.experience-card-details .line-items .content {
    min-height: 460px;
}
*/
.description p {
  text-align: left;
}

.col-md-4 {
  min-height: 420px;
  box-shadow: 1px 1px 5px 1px #ccc;
  padding: 24px 32px;
}

@media only screen and (max-width: 600px) {
  .col-md-4 {
    margin-bottom: 20px;
  }
}

/* benefit section end */

.error {
  color: red !important;
}

.box {
  width: inherit;
  text-align: center;
  padding: 10px !important;
  font-weight: normal;
}

.success {
  background-color: #b9ffab;
  border-color: #116400;
  color: #116400;
}

.footer_courses {
  min-height: 50px !important;
  border-bottom: dotted 1px #f7631b;
}

@media (max-width: 480px) {
  .single-post-list {
    display: flex;
    justify-content: center;
  }

  .single-post-list h6 {
    font-size: 14px;
  }

  .single-post-list i {
    font-size: 12px;
  }

  .single-post-list h6 {
    text-align: left;
  }

  .left-side {
    height: 350px;
  }
  .left-side h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .left-side h5 {
    font-size: 16px;
    font-weight: 600;
  }
}

.left-side {
  background: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  /* border-radius: 10px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.address-wrap {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* border-radius: 10px; */
}

#enq_submit {
  width: 150px;
}

/* Placement page */

.placement-hero-container {
  width: 85%;
  margin: 20px auto 20px auto;
  background-image: url(../img/individual-course/placement-desktop-banner.webp);
  background-size: cover;
}

@media (max-width: 575.98px) {
  .placement-hero-container {
    width: 100%;
    background-image: url(../img/individual-course/placement-mobile-banner.webp);
    /* background-size: cover; */
    aspect-ratio: 1.56;
    background-position: 73% !important;
    border-radius: 0;
    margin: 0;
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-hero-container {
    width: 100%;
    background-image: url(..img/individual-course/placement-mobile-banner.webp);
    /* background-size: cover; */
    aspect-ratio: 1.56;
    background-position: 73% !important;
    border-radius: 0;
    margin: 0;
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-hero-container {
    width: 100%;
    background-image: url("../img/individual-course/placement-mobile-banner.webp");
    /* background-size: cover; */
    aspect-ratio: 1.56;
    background-position: 73% !important;
    border-radius: 0;
    margin: 0;
    height: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .placement-hero-container {
    width: 100%;
    background-image: url("../img/individual-course/placement-mobile-banner.webp");
    /* background-size: cover; */
    aspect-ratio: 1.56;
    background-position: 73% !important;
    border-radius: 0;
    margin: 0;
    height: 600px;
  }
}

.placement-hero-text {
  color: #fff;
  width: 50%;
  padding: 50px 0 0 60px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-hero-text {
    color: #fff;
    width: 65%;
    padding: 35px 0 0 25px;
  }
}

@media (max-width: 575.98px) {
  .placement-hero-text {
    color: #fff;
    width: 70%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-hero-text {
    color: #fff;
    width: 80%;
    padding: 50px 40px;
  }
}

.placement-hero-text h1 {
  color: #fff;
  font-size: 52px;
  line-height: 3.29vw;
}

@media (max-width: 575.98px) {
  .placement-hero-text h1 {
    color: #fff;
    font-size: 27px;
    line-height: 6.154vw;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-hero-text h1 {
    color: #fff;
    font-size: 34px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-hero-text h1 {
    color: #fff;
    font-size: 34px;
    line-height: 20px;
  }
}

.placement-get-started {
  font-family: "Helvetica Now Display";
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 24px;
  line-height: normal;
  letter-spacing: 0.16px;
  border-radius: 2px;
  border: none;
  color: #000;
  margin: 150px 0 50px 0;
  cursor: pointer;
}

.placement-get-started:hover {
  background-color: orangered;
  color: #fff;
}

@media (max-width: 575.98px) {
  .placement-get-started {
    text-decoration: none;
    background-color: transparent;
    font-size: 11px;
    padding: 0px 0px;
    color: #fff;
    margin: 110px 0 50px 0;
  }

  .placement-get-started:hover {
    text-decoration: underline;
    background-color: transparent;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-get-started {
    font-family: "Helvetica Now Display";
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 24px;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 2px;
    border: none;
    color: #000;
    margin: 150px 0 0 0;
    cursor: pointer;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-get-started {
    font-family: "Helvetica Now Display";
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 24px;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 2px;
    border: none;
    color: #000;
    margin: 350px 0 0 0;
    cursor: pointer;
  }
}

.career-and-placement-assistance {
  width: 85%;
  margin: 50px auto 20px auto;
}

@media (max-width: 575.98px) {
  .career-and-placement-assistance {
    width: 100%;
    margin: 30px auto 23px 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .career-and-placement-assistance {
    width: 95%;
    margin: 30px auto 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .career-and-placement-assistance {
    width: 95%;
    margin: 30px auto 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .career-and-placement-assistance {
    width: 95%;
    margin: 30px auto 0 auto;
  }
}

.career-and-placement-assistance h1 {
  color: #000;
  font-size: 2.5vw;
}

@media (max-width: 575.98px) {
  .career-and-placement-assistance h1 {
    color: #000;
    font-size: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .career-and-placement-assistance h1 {
    color: #000;
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .career-and-placement-assistance h1 {
    color: #000;
    font-size: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .career-and-placement-assistance h1 {
    color: #000;
    font-size: 34px;
  }
}

.career-and-placement-assistance p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-top: 13px;
}

@media (max-width: 575.98px) {
  .career-and-placement-assistance p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 13px;
    padding-right: 25px;
    width: 95%;
  }
}

.placement-statistics {
  width: 85%;
  margin: 50px auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 70px;
  background-color: #eaeff5;
  padding: 50px 0 50px 0;
}

@media (max-width: 575.98px) {
  .placement-statistics {
    width: 100%;
    margin: 50px auto 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px 0;
    background-color: #eaeff5;
    padding: 50px 0 50px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-statistics {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 70px;
    background-color: #eaeff5;
    padding: 50px 30px 50px 30px;
  }
}

@media (min-width: 767px) and (max-width: 991.98px) {
  .placement-statistics {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 70px;
    background-color: #eaeff5;
    padding: 50px 30px 50px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .placement-statistics {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 70px;
    background-color: #eaeff5;
    padding: 50px 30px 50px 30px;
  }
}

.placement-statistic {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
}

@media (max-width: 575.98px) {
  .placement-statistic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}

.placement-statistic h2 {
  color: orangered;
  font-size: 30px;
}

@media (max-width: 575.98px) {
  .placement-statistic h2 {
    color: orangered;
    font-size: 26px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-statistic h2 {
    color: orangered;
    font-size: 30px;
  }
}

.placement-statistic p {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .placement-statistic p {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-statistic p {
    font-size: 14px;
    line-height: 20px;
  }
}

.placement-job-opportunities {
  width: 85%;
  margin: 50px auto 20px auto;
}

@media (max-width: 575.98px) {
  .placement-job-opportunities {
    width: 100%;
    margin: 30px auto 30px auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-job-opportunities {
    width: 93%;
    margin: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-job-opportunities {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .placement-job-opportunities {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

.placement-job-opportunities h1 {
  font-size: 36px;
}

@media (max-width: 575.98px) {
  .placement-job-opportunities h1 {
    font-size: 30px;
    padding-right: 20px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-job-opportunities h1 {
    font-size: 34px;
    padding-right: 20px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .placement-job-opportunities h1 {
    font-size: 34px;
    padding-right: 20px;
    padding-left: 0px;
  }
}

.job-opportunities {
  width: 100%;
  margin: 20px auto 50px auto;
  border: 1px solid lightgray;
  display: flex;
  flex-direction: row;
}

@media (max-width: 575.98px) {
  .job-opportunities {
    width: 100%;
    margin: 15px auto 23px auto;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .job-opportunities {
    width: 100%;
    margin: 15px auto 23px auto;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
  }
}

.job-opportunities-section {
  width: 50%;
  padding: 20px 20px 10px 20px;
}

.job-opportunities-section p {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .job-opportunities-section {
    width: 100%;
    padding: 15px 15px 10px 15px;
  }

  .job-opportunities-section p {
    font-size: 16px;
    font-weight: bold;
    color: #535353;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .job-opportunities-section {
    width: 100%;
    padding: 15px 15px 10px 15px;
  }

  .job-opportunities-section p {
    font-size: 18px;
    font-weight: bold;
    color: #535353;
    margin-bottom: 15px;
  }
}

.job-opportunities-section hr {
  margin-top: 10px;
  color: lightgray;
}

.job-opportunities-section ul {
  list-style-type: circle;
  padding: 20px 20px 10px 20px;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .job-opportunities-section ul {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
  }
}

.our-reputed-hiring-partners {
  width: 85%;
  margin: 50px auto 20px auto;
}

@media (max-width: 575.98px) {
  .our-reputed-hiring-partners {
    width: 100%;
    padding: 30px auto 23px 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .our-reputed-hiring-partners {
    width: 95%;
    margin: 30px auto 30px auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .our-reputed-hiring-partners {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-reputed-hiring-partners {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

.our-reputed-hiring-partners > .slider-container {
  margin-top: 30px;
}

.our-reputed-hiring-partners h1 {
  font-size: 36px;
}

@media (max-width: 575.98px) {
  .our-reputed-hiring-partners h1 {
    font-size: 30px;
    padding: 15px;
  }
}

.our-reputed-hiring-partners .slider-item {
  /* background-color: red; */
  min-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  .our-reputed-hiring-partners .slider-item {
    /* background-color: blue; */
    width: 100%;
    box-sizing: border-box;
  }
}

.our-reputed-hiring-partners .slider-item img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .our-reputed-hiring-partners .slider-item img {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .slider-arrow.left {
    left: 5px;
  }

  .slider-arrow.right {
    right: 20px;
  }

  .slider-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 10;
    color: lightgray;
    font-weight: bold;
  }
}

.job-opportunities-note {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .job-opportunities-note {
    font-size: 14px;
    width: 270px;
    margin: 20px auto 0 auto;
  }
}

.the-placement-journey {
  width: 85%;
  margin: 50px auto 20px auto;
}

@media (max-width: 575.98px) {
  .the-placement-journey {
    width: 100%;
    margin: 50px auto 20px auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .the-placement-journey {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .the-placement-journey {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .the-placement-journey {
    width: 95%;
    margin: 50px auto 20px auto;
  }
}

.the-placement-journey h1 {
  font-size: 36px;
}

@media (max-width: 575.98px) {
  .the-placement-journey h1 {
    font-size: 30px;
    padding: 10px 0 0 10px;
  }
}

.step-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  margin: 50px auto 100px auto;
}

.step {
  text-align: center;
  flex: 1;
  min-width: 120px; /* Ensure steps stack properly on small screens */
  position: relative;
  margin: 10px 0; /* Add spacing between steps */
  height: 20px;
}

.step a {
  text-decoration: none;
  color: black;
  display: inline-block;
}

.step .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 4px solid #dcdcdc;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease;
}

.step .label {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: black;
  line-height: 20px;
  font-weight: bold;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -50%;
  width: 91%;
  height: 2px;
  background-color: #dcdcdc;
}

/* For small screens, hide horizontal line and stack items vertically */
@media (max-width: 575.98px) {
  .step-container {
    /* background-color: blue; */
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 50px auto 30px auto;
  }

  .step:not(:last-child)::after {
    content: none; /* Remove horizontal line */
  }

  .step {
    flex: unset;
    height: auto;
  }

  .step .circle {
    margin-bottom: 5px;
  }
}

.steps-individual-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  margin: 10px;
}

@media (max-width: 575.98px) {
  .steps-individual-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .step-container {
    /* background-color: blue; */
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 50px auto 30px auto;
  }

  .step:not(:last-child)::after {
    content: none; /* Remove horizontal line */
  }

  .step {
    flex: unset;
    height: auto;
  }

  .step .circle {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .step-container {
    /* background-color: blue; */
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 50px auto 30px auto;
  }

  .step:not(:last-child)::after {
    content: none; /* Remove horizontal line */
  }

  .step {
    flex: unset;
    height: auto;
  }

  .step .circle {
    margin-bottom: 5px;
  }
}

.steps-individual-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  margin: 10px;
}

@media (max-width: 575.98px) {
  .steps-individual-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .steps-individual-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .steps-individual-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .steps-individual-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 10px;
    gap: 0 50px;
  }
}

.steps-individual-container .left {
  width: 35%;
}

@media (max-width: 575.98px) {
  .steps-individual-container .left {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .steps-individual-container .left {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .steps-individual-container .left {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .steps-individual-container .left {
    width: 50%;
  }
}

.placement-journey-title {
  color: #000000;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .placement-journey-title {
    font-size: 28px;
  }
}

.placement-journey-description {
  color: #09143e;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 15px 30px;
}

@media (max-width: 575.98px) {
  .placement-journey-description {
    color: #09143e;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 15px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-journey-description {
    color: #09143e;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-journey-description {
    color: #09143e;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 15px 0;
  }
}

.placement-journey-img img {
  border-radius: 5px;
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-journey-img img {
    border-radius: 5px;
    width: 100%;
    display: block;
    margin: auto;
  }
}

.placement-training-container {
  width: 100%;
  margin: auto;
  margin-bottom: 90px;
}

.placement-training-carousel {
  width: 100%;
  margin: 30px auto 0 auto;
}

.placement-training-card {
  width: 33%;
  position: relative;
  border: 1px solid lightgray;
  border-radius: 5px;
  min-height: 390px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-training-card {
    width: 33%;
    position: relative;
    border: 1px solid lightgray;
    border-radius: 5px;
    min-height: 360px !important;
  }
}

.placement-training-img img {
  width: 100%;
}

.placement-training-title {
  font-size: 20px !important;
  line-height: 24px;
  color: #535353;
  font-weight: bold;
  letter-spacing: 0.2px;
  padding: 20px;
}

.placement-training-text {
  font-size: 16px;
  line-height: 18px;
  color: #535353;
  margin-top: -5px;
  padding: 0px 20px 30px 20px;
}

.slick-prev,
.slick-next {
  display: none;
}

/* Frequently asked questions */
.placement-faq-container {
  width: 80%;
  margin: 30px auto 50px auto;
}

@media (max-width: 575.98px) {
  .placement-faq-container {
    width: 95%;
    margin: 30px auto 50px auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .placement-faq-container {
    width: 95%;
    margin: 30px auto 50px auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-faq-container {
    width: 95%;
    margin: 30px auto 50px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .placement-faq-container {
    width: 95%;
    margin: 30px auto 50px auto;
  }
}

.faq-tabs {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.faq-tab {
  font-family: "Helvetica Now Display", sans-serif;
  flex: 1;
  padding: 10px 20px;
  border: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  color: #999;
  background-color: transparent;
}

.faq-tab.active-faq-tab {
  color: #000;
  border-bottom: 3px solid #000;
}

.faq-content {
  display: none;
}

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

.faq-accordion {
  width: 100%;
  margin: 20px auto;
}

.faq-accordion-item {
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  border-radius: 5px;
}

.faq-accordion-trigger {
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
  color: black;
  font-size: 16px;
}

.faq-accordion-content {
  display: none;
  padding: 10px;
}

.faq-accordion-content > div ul {
  list-style-type: disc;
}

.faq-accordion-content.active {
  display: block;
}

footer .logo-container {
  background-color: #fff;
  padding: 26px;
}

footer .logo-container .logo img {
  width: 22%;
  /* width: 81%; */
}

/* img {
  max-width: 100%;
  display: block;
  margin: auto;
} */

    /* Floating Widget Container */
    .floating-Widget {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 9999;
    }

    /* WhatsApp Block */
    .floating-Widget .whatsup-block {
      background-color: #189D0E;
      font-size: 18px;
      border-radius: 12px 0 0 12px;
      margin: 12px 0;
      height: fit-content;
      animation: pulse 2.5s infinite;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    /* Anchor Styling */
    .floating-Widget .whatsup-block a {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 16px 12px;
      text-decoration: none;
      align-items: center;
    }

    /* Vertical Chat Text */
    .floating-Widget .whatsup-block a span {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      color: #FFF;
      font-weight: bold;
    }

    /* WhatsApp Icon */
    .floating-Widget .whatsup-block a img {
      width: 24px;
      height: auto;
      margin: auto;
      transform: scaleX(-1); /* Flip horizontally */
    }

    /* Pulse Animation */
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(24, 157, 14, 0.4); }
      70% { box-shadow: 0 0 0 10px rgba(24, 157, 14, 0); }
      100% { box-shadow: 0 0 0 0 rgba(24, 157, 14, 0); }
    }

    /* Responsive Optimization (Optional) */
    @media (max-width: 576px) {
      .floating-Widget .whatsup-block {
        font-size: 16px;
      }
    }
/* Modern Footer Styles */
.footer-modern {
    background: linear-gradient(135deg, #222222, #2a2a2a, #333333);
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    font-size: 14px;
}

/* Logo and contact section */
.logo-background {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logo-background:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.footer-logo {
    transition: filter 0.3s ease;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.contact-info {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 12px;
    position: relative;
}

.contact-icon-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7631b;
    border-radius: 50%;
    opacity: 0.2;
}

.contact-icon-circle i {
    color: #f7631b;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.contact-text {
    font-size: 14px;
}

/* Social icons */
.social-icons {
    display: flex;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #f7631b;
    transform: translateY(-3px);
}

/* Headlines */
.footer-headline {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
}

.footer-headline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #f7631b;
}

/* Course sections */
.program-section {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 100%;
    transition: transform 0.3s ease;
}

.program-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.program-heading {
    display: flex;
    align-items: center;
    color: #f7631b;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.program-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(247, 99, 27, 0.15);
    margin-right: 10px;
}

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

.program-item {
    margin-bottom: 12px;
}

.program-item:last-child {
    margin-bottom: 0;
}

.program-item a {
    display: flex;
    align-items: baseline;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.program-item a:hover {
    color: #f7631b;
    transform: translateX(5px);
}

.program-abbr {
    font-weight: 600;
    min-width: 60px;
    margin-right: 15px;
}

.program-name {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Copyright section */
.copyright-bar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 0.85rem;
}

.copyright-text {
    opacity: 0.7;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.footer-link:hover {
    color: #f7631b;
    text-decoration: none;
}

.separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .footer-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .program-section {
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

/* Modern CTA Section Styling */
.cta-section {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #ffffff;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,215,0,0.05) 0%, rgba(255,215,0,0) 50%);
    pointer-events: none;
}

.cta-card {
    background: rgba(40, 40, 40, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ffd700, #ff9500);
}

.cta-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.2);
}

.cta-financing::before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, rgba(255,215,0,0) 70%);
    border-radius: 50%;
    z-index: 0;
}

.cta-scholarship::before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, rgba(255,215,0,0) 70%);
    border-radius: 50%;
    z-index: 0;
}

.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffd700, #ff9500);
    color: #1a1a1a;
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.cta-heading {
    color: #ffd700;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.cta-text {
    color: white;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.cta-btn {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.cta-btn:hover {
    color: #ffd700;
    text-decoration: none;
    transform: translateX(5px);
}

.cta-btn i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.cta-btn:hover i {
    margin-left: 10px;
}

.cta-bottom {
    position: relative;
    z-index: 1;
}

.cta-bottom-content {
    background: rgba(40, 40, 40, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    padding: 20px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cta-tagline {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px 0 0;
}

.cta-main-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #ffd700, #ff9500);
    color: #1a1a1a;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    margin-top: 10px;
}

.cta-main-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    color: #1a1a1a;
}

.cta-main-btn i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.cta-main-btn:hover i {
    margin-left: 8px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .cta-bottom-content {
        flex-direction: column;
        padding: 20px;
    }
    
    .cta-tagline {
        margin: 0 0 15px 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-card {
        padding: 25px;
    }
    
    .cta-heading {
        font-size: 24px;
    }
}

    /* Modern color variables with your brand colors */
    :root {
        --primary-color: #F26722;
        --primary-light: #fcb900;
        --primary-dark: #e55a2b;
        --secondary-color: #2d3e50;
        --light-gray: #f8f9fa;
        --dark-gray: #6c757d;
        --white: #ffffff;
        --box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        --transition: all 0.3s ease;
        --brand-gradient: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    }

    /* Section styling */
    .advantages-section {
        background-color: var(--light-gray);
        position: relative;
        overflow: hidden;
    }
    
    .advantages-section::before {
        content: "";
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-color: rgba(242, 103, 34, 0.05);
        z-index: 0;
    }
    
    .advantages-section::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background-color: rgba(252, 185, 0, 0.05);
        z-index: 0;
    }
    
    /* Text gradient */
    .text-gradient {
        background: var(--brand-gradient);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: var(--primary-color);
    }
    
    /* Badge styling */
    .badge-primary {
        background: var(--brand-gradient);
        color: var(--white);
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 0.8rem;
    }
    
    /* Custom divider */
    .divider-custom {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;
    }
    
    .divider-custom-line {
        width: 40px;
        height: 3px;
        background: var(--brand-gradient);
        border-radius: 3px;
    }
    
    .divider-custom-icon {
        color: var(--primary-color);
        font-size: 14px;
        margin: 0 15px;
    }
    
    /* Modern card styling */
    .card-modern {
        border: none;
        border-radius: 12px;
        background-color: var(--white);
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        position: relative;
        z-index: 1;
        padding-top: 50px;
    }
    
    .card-modern:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    
    .card-modern:hover .card-title {
        color: var(--primary-color);
    }
    
    .card-modern:hover .icon-circle {
        transform: scale(1.1);
        box-shadow: 0 10px 25px rgba(255, 109, 59, 0.3);
    }
    
    /* Card icon styling */
    .card-icon {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
    
    .icon-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: var(--brand-gradient);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 20px rgba(242, 103, 34, 0.2);
        transition: var(--transition);
        padding: 15px;
    }
    
    
    /* Feature list styling */
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    
    .feature-list li {
        padding: 8px 0;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        color: var(--secondary-color);
    }
    
    .check-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(242, 103, 34, 0.1);
        color: var(--primary-color);
        margin-right: 12px;
        font-size: 0.8rem;
    }
    
    /* Learn more link */
    .learn-more {
        color: var(--primary-color);
        font-weight: 500;
        transition: var(--transition);
        text-decoration: none;
    }
    
    .learn-more:hover {
        color: var(--primary-dark);
        letter-spacing: 0.5px;
        text-decoration: none;
    }
    
    /* Responsive adjustments */
    @media (max-width: 992px) {
        .card-modern {
            margin-bottom: 50px;
        }
    }
    
    @media (max-width: 576px) {
        .display-4 {
            font-size: 2.3rem;
        }
    }


    /* Heritage Section Styling */
    .heritage-section {
        background-color: var(--white);
        position: relative;
        overflow: hidden;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    /* Gradient text styling */
    .text-gradient {
        background: var(--brand-gradient);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: var(--primary-color);
    }
    
    /* Badge styling */
    .badge-primary {
        background: var(--brand-gradient);
        color: var(--white);
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 0.8rem;
    }
    
    /* Custom divider */
    .divider-custom {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;
    }
    
    .divider-custom-line {
        width: 40px;
        height: 3px;
        background: var(--brand-gradient);
        border-radius: 3px;
    }
    
    .divider-custom-icon {
        color: var(--primary-color);
        font-size: 14px;
        margin: 0 15px;
    }
    
    /* Heritage content styling */
    .heritage-content {
        margin-top: 30px;
    }
    
    /* Logo card styling */
    .heritage-logo-wrapper {
        position: relative;
        padding: 30px;
        display: flex;
        justify-content: center;
    }
    
    .heritage-logo-card {
        background-color: var(--white);
        padding: 30px;
        border-radius: 12px;
        box-shadow: var(--box-shadow);
        position: relative;
        z-index: 2;
        transition: var(--transition);
        max-width: 85%;
    }
    
    .heritage-logo-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    
    .heritage-logo-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--light-gray);
        border-radius: 12px;
        transform: rotate(-3deg);
        z-index: -1;
    }
    
    /* Decorative shapes */
    .heritage-logo-shape-1 {
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(252, 185, 0, 0.1) 0%, rgba(255, 105, 0, 0.1) 100%);
        top: 0;
        left: 20px;
        z-index: 0;
    }
    
    .heritage-logo-shape-2 {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(252, 185, 0, 0.1) 0%, rgba(255, 105, 0, 0.1) 100%);
        bottom: 20px;
        right: 20px;
        z-index: 0;
    }
    
    /* Text card styling */
    .heritage-text-card {
        padding: 25px 30px;
        background-color: var(--white);
        border-radius: 12px;
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        position: relative;
        z-index: 1;
    }
    
    .heritage-text-card:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    
    .heritage-subtitle {
        color: var(--secondary-color);
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    
    .heritage-divider {
        height: 3px;
        width: 80px;
        background: var(--brand-gradient);
        margin-bottom: 20px;
        border-radius: 3px;
    }
    
    .heritage-description {
        color: var(--dark-gray);
    }
    
    .heritage-description p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    /* Button styling */
    .btn-primary {
        background: var(--brand-gradient);
        border: none;
        border-radius: 50px;
        padding: 10px 18px;
        color: var(--white);
        font-weight: 500;
        transition: var(--transition);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .btn-primary:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(242, 103, 34, 1) 100%);
        transition: var(--transition);
        z-index: -1;
    }
    
    .btn-primary:hover {
        box-shadow: 0 5px 15px rgba(242, 103, 34, 0.3);
    }
    
    .btn-primary:hover:before {
        left: 0;
    }
    
    /* Responsive adjustments */
    @media (max-width: 767.98px) {
        .heritage-logo-card {
            max-width: 70%;
        }
        
        .heritage-text-card {
            padding: 20px;
        }
        
        .heritage-subtitle {
            font-size: 1.1rem;
        }
    }
    
    @media (max-width: 575.98px) {
        .heritage-logo-card {
            max-width: 80%;
        }
        
        .divider-custom-line {
            width: 30px;
        }
        
        .display-4 {
            font-size: 2.3rem;
        }
    }


 /* Main container styling */
  .promo-container {
    position: relative;
    padding: 15px;
    z-index: 1;
  }
  
  .cashback-panel-wrapper {
    position: relative;
    overflow: visible;
  }
  
  /* Panel styling */
  .cashback-panel {
    background: linear-gradient(135deg, #F26722 0%, #fcb900 100%);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transform: translateZ(0);
    animation: panel-pulse 3s infinite;
  }
  
  @keyframes panel-pulse {
    0% {
      box-shadow: 0 20px 40px rgba(242, 103, 34, 0.2);
    }
    50% {
      box-shadow: 0 20px 50px rgba(242, 103, 34, 0.5);
    }
    100% {
      box-shadow: 0 20px 40px rgba(242, 103, 34, 0.2);
    }
  }
  
  /* Content styling */
  .cashback-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    z-index: 3;
  }
  
  /* Promo badge */
  .promo-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fcb900;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(5deg);
    text-shadow: none;
    animation: badge-wobble 2s ease-in-out infinite;
  }
  
  @keyframes badge-wobble {
    0%, 100% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
  }
  
  /* Header styling */
  .cashback-header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .cashback-header h4 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
  }
  
  .cashback-icon-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
    animation: rotate 6s linear infinite;
  }
  
  .cashback-icon-wrapper::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 2px dashed white;
    animation: rotate-reverse 12s linear infinite;
  }
  
  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  @keyframes rotate-reverse {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
  }
  
  .cashback-icon-wrapper i {
    font-size: 32px;
    color: white;
  }
  
  /* Cashback amount styling */
  .cashback-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 25px;
  }
  
  .amount-label {
    font-size: 28px;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  .amount-value {
    font-size: 60px;
    font-weight: 800;
    margin: 0 10px;
    color: #fff;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 0 15px;
    animation: highlight-pulse 2s infinite;
  }
  
  .amount-value::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    bottom: -8px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    z-index: -1;
  }
  
  @keyframes highlight-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }
  
  /* Details styling */
  .cashback-details {
    margin-bottom: 25px;
    width: 100%;
  }
  
  .cashback-details p {
    font-size: 18px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  /* Timer styling */
  .timer-container {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
  }
  
  .timer-label {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
  }
  
  .time-value {
    font-size: 24px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 5px 10px;
    min-width: 40px;
    display: inline-block;
  }
  
  .time-label {
    font-size: 12px;
    margin-top: 5px;
  }
  
  .timer-divider {
    font-size: 24px;
    font-weight: 700;
    margin-top: -15px;
  }
  
  /* Button styling */
  .btn-cta {
    background: white;
    color: #F26722;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid white;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .btn-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F26722;
    transition: all 0.3s ease;
    z-index: -1;
  }
  
  .btn-cta:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
  }
  
  .btn-cta:hover::before {
    width: 100%;
  }
  
  /* Animated background shapes */
  .shape-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
  }
  
  .shape-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    animation: float 8s ease-in-out infinite;
  }
  
  .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -50px;
    animation: float 12s ease-in-out infinite;
  }
  
  .shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: -75px;
    animation: float 10s ease-in-out infinite;
  }
  
  @keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .cashback-panel {
      padding: 25px 15px;
    }
    
    .cashback-header h4 {
      font-size: 24px;
    }
    
    .amount-value {
      font-size: 48px;
    }
    
    .amount-label {
      font-size: 22px;
    }
    
    .cashback-details p {
      font-size: 16px;
    }
    
    .btn-cta {
      font-size: 16px;
      padding: 10px 25px;
    }
  }
  
  @media (max-width: 576px) {
    .promo-badge {
      top: 10px;
      right: 10px;
      transform: rotate(0);
      animation: none;
    }
    
    .cashback-icon-wrapper {
      width: 60px;
      height: 60px;
    }
    
    .cashback-icon-wrapper i {
      font-size: 28px;
    }
    
    .amount-value {
      font-size: 40px;
    }
    
    .amount-label {
      font-size: 18px;
    }
    
    .time-value {
      font-size: 18px;
      min-width: 30px;
    }
    
    .timer-divider {
      font-size: 18px;
    }
  }

  .inst {
    position: relative;
    display: inline-block;
  }

  .inst a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #333;
    
  }
       /* Ensure the dropdown parent is relatively positioned */
    nav.desktop-navbar .primary-content ul li.inst {
      position: relative;
    }

    /* Dropdown styling */
    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      min-width: 230px;
      z-index: 1000; /* Updated for safety */
      border-radius: 10px;
      flex-direction: column;
    }

    .dropdown-content a {
      display: block;
      padding: 15px 10px;
      background-color: white;
      color: #000;
      text-decoration: none;
    }

    .dropdown-content a:hover {
      background-color: #f2f2f2;
    }

    /* Show dropdown on hover (desktop only) */
    li.inst:hover .dropdown-content {
      display: flex;
    }




  /* hamburger menu for mobile */

  /* Hide submenu by default */
    .mobile-navbar .ins-submenu {
      display: none;
      padding-left: 15px;
    }

    /* Show when parent has 'open' class */
    .mobile-navbar .has-submenu.open .ins-submenu {
      display: block;
    }

       

    .mobile-navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      max-width: 300px;
      height: 100%;
      /* background: linear-gradient(161.69deg, #FFFFFF -16.46%, #ffd700 36.46%); */
      /* background: linear-gradient(535deg, #1a1a1a, #ff5d08); */
      background: linear-gradient(1535deg, #fffdfd, #ff5d08);
      /* background-color: white; */
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      transition: left 0.3s ease;
      z-index: 9999;
      padding: 30px 20px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
    }
    
    .mobile-navbar ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    
    .mobile-navbar ul li a {
      display: block;
      text-decoration: none;
      color: #555;
      font-size: 14px;
      font-weight: bold;
      padding: 10px 0;
      border-bottom: 1px solid #555;
      transition: color 0.3s ease;
    }
    
    /* .mobile-navbar ul li a:hover {
      color: orangered;
    } */
    
    .mobile-navbar-header {
      display: flex;
      /* justify-content: flex-end; */
      justify-content: center;
      align-items: center;
    }
    .logo-badge-container {
      /* background: linear-gradient(161.69deg, #FFFFFF -16.46%, #ffd700 36.46%); */
      background: rgba(255, 255, 255, 0.9);
      border-radius: 16px;
      padding: 10px 15px;
      display: inline-block;
    }
    
    
    #mobile-nav-logo {
      display: block;
      width: 180px;
      height: auto;
      object-fit: contain;
    }
    
    .green-gradient-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 30px;
      /* background: linear-gradient(135deg, #a8e063, #56ab2f);  */
      background: rgba(255, 255, 255, 0.9);
      font-weight: 600;
      font-size: 12px;
      text-decoration: none;
      animation: pulse 1.5s infinite;
      box-shadow: 0 4px 12px rgba(24, 157, 14, 0.5);
    }
    
    .green-gradient-badge:hover {
      background: linear-gradient(135deg, #bdfd72, #70c247);
      transform: scale(1.05);
    }
    
    /* #mobile-nav-logo {
      width: 150px;
      height: auto;
      object-fit: contain;
    } */
    
    .mobile-navbar-footer {
      /* margin-top: auto; */
      padding-top: 20px;
      display: flex;
      justify-content: center;
      /* border-top: 1px solid #eee; */
    }
    
    .whatsapp-link {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: bold;
      color: #189D0E;
      text-decoration: none;
    }
    
    .whatsapp-link i {
      font-size: 18px;
    }
    
    .mobile-navbar ul li a i {
      font-size: 18px;
      color: #ff9500;
      margin-right: 10px;
      justify-content: center;
    }

    .mobile-navbar ul li a i:hover{
      color: white;
    }

    @media (max-width: 768px) {
      

      /* Show hamburger + button on small screens */
      #hamburger {
        display: block;
      }

      .enroll-now {
        display: inline-block;
        margin-right: 10px;
      }
    }


    /* Hide mobile nav on desktop */
    @media (min-width: 769px) {
      .mobile-navbar {
        display: none;
      }
    }

      