.img-fluid {
  width: 100%;
}

.container {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.col-2 {
  width: 50%;
}
@media (max-width: 991px) {
  .col-2 {
    width: 100%;
  }
}

.transparent-btn, .blue-btn {
  font-size: 17px;
  letter-spacing: 2px;
  font-family: "Yantramanav";
  font-weight: bold;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid thin #00163B;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .transparent-btn, .blue-btn {
    width: 100%;
  }
}

.transparent-btn {
  color: #00163B;
  border-color: #00163B;
  background-color: transparent;
}

.blue-btn {
  color: #fff;
  border-color: #366DC9;
  background-color: #366DC9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
  background-color: var(--Navy, #00163B);
  color: #fff;
  border-color: var(--Navy, #00163B);
}

header {
  position: fixed !important;
}

.course-levels-list {
  padding-top: 30px;
  padding-bottom: 80px;
}
.course-levels-list ul {
  padding: 0;
  margin: 0;
}
.course-levels-list ul li {
  list-style: none;
}
.course-levels-list ul li a {
  display: block;
  padding: 0 20px 0 40px;
  border-left: 4px solid #C69C6D;
  font-family: "Yantramanav";
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.course-levels-list ul li a:hover {
  color: #366DC9;
}
@media (max-width: 991px) {
  .course-levels-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.level-slots-list {
  margin-bottom: 40px;
}
.level-slots-list h4 {
  margin-bottom: 20px;
  color: #001659;
  font-size: 28px;
  font-weight: 700;
}
.level-slots-list .item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.level-slots-list .item .date-range {
  font-family: "Yantramanav";
  font-size: 22px;
  color: #00163B;
}
.level-slots-list .item .slots-left {
  font-family: "Yantramanav";
  font-size: 22px;
  color: #16A35F;
  padding-top: 8px;
}
@media (max-width: 991px) {
  .level-slots-list .item .slots-left {
    margin-bottom: 10px;
  }
}

.course-levels-detail-section {
  padding: 0;
  font-family: "Yantramanav";
  z-index: 1;
  position: relative;
}
.course-levels-detail-section.level-section {
  scroll-margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.course-levels-detail-section .level-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.course-levels-detail-section .level-row .level-detail {
  max-width: 595px;
  padding: 0 40px 0 0;
}
.course-levels-detail-section .level-row .level-detail h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00163B;
  text-transform: none;
}
.course-levels-detail-section .level-row .level-detail .timings {
  font-size: 26px;
  margin-bottom: 20px;
  color: #00163B;
}
.course-levels-detail-section .level-row .level-detail .cost {
  font-size: 26px;
  color: #00163B;
}
.course-levels-detail-section .level-row .level-detail .button {
  margin-top: 40px;
  margin-bottom: 40px;
}
.course-levels-detail-section .level-row .level-detail .course-detail {
  font-size: 20px;
  line-height: 30px;
  color: #00163B;
}
.course-levels-detail-section .level-row .level-detail .course-detail h5 {
  color: #00163B;
  font-size: 20px;
}
.course-levels-detail-section .level-row .level-detail .course-detail p {
  margin-bottom: 15px;
  font-size: 20px;
  color: #00163B;
}
@media (max-width: 991px) {
  .course-levels-detail-section.level-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .course-levels-detail-section .level-row .level-detail {
    margin-bottom: 40px;
  }
  .course-levels-detail-section .level-row .level-detail h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .course-levels-detail-section .level-row .level-detail .timings {
    font-size: 22px;
  }
  .course-levels-detail-section .level-row .level-detail .cost {
    font-size: 22px;
  }
  .course-levels-detail-section .level-row .level-detail .course-detail {
    font-size: 18px;
    line-height: 25px;
  }
  .course-levels-detail-section .level-row .level-detail .course-detail h5 {
    font-size: 18px;
  }
  .course-levels-detail-section .level-row .level-detail .course-detail p {
    font-size: 18px;
  }
}

.book-your-course-section {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.book-your-course-section .book-your-course-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}
.book-your-course-section .book-your-course-title a {
  font-weight: bold;
  text-decoration: underline;
  color: #366DC9;
}
.book-your-course-section h2 {
  font-family: "Yantramanav";
  font-size: 54px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .book-your-course-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .book-your-course-section h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .book-your-course-section .book-your-course-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}

.booking-cols {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*&.right-loaded{
      &:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 100%;
          left: calc(50% - 5px);
          background-color: #EDF0F7;
      }
  }*/
}
.booking-cols .col-2:first-child {
  width: calc(40% - 50px);
}
.booking-cols .col-2:last-child {
  width: calc(60% - 50px);
}
.booking-cols h2 {
  margin-bottom: 20px;
}
.booking-cols h4 {
  margin-bottom: 30px;
}
.booking-cols .form-group {
  display: flex;
  flex-direction: column;
  font-family: "Yantramanav";
  margin-bottom: 20px;
}
.booking-cols .form-group label {
  font-size: 16px;
  color: #00163B;
}
.booking-cols .form-group input[type=text], .booking-cols .form-group select, .booking-cols .form-group input[type=email], .booking-cols .form-group input[type=tel] {
  width: 100%;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
  border: solid thin #9AA9C4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  color: #000;
  font-size: 16px;
}
.booking-cols .form-group.have-select-field {
  position: relative;
}
.booking-cols .form-group.have-select-field select {
  position: relative;
  z-index: 12;
  background-color: transparent;
}
.booking-cols .form-group.have-select-field:after {
  z-index: 10;
  content: "";
  background-image: url("/wp-content/uploads/2025/03/dropdown-icon-1.png");
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 30px;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.booking-cols .bulk-bookings-message a {
  color: #366DC9;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .booking-cols {
    flex-direction: column;
  }
  .booking-cols .col-2 {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .booking-cols:after {
    display: none;
  }
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.fc .fc-highlight {
  background: none !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 0 !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
}

.fc .fc-button-group > .fc-button {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.fc .fc-button {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  letter-spacing: 0px;
}

.fc .fc-button-primary {
  background-color: #00163B !important;
  font-family: "Yantramanav" !important;
}

.fc .fc-button-primary:disabled {
  background-color: #00163B !important;
  opacity: 1 !important;
}

.fc .fc-toolbar-title {
  font-size: 18px !important;
  letter-spacing: 0px;
}

.daygrid-day-events {
  display: none !important;
}

.fc .fc-daygrid-day-frame {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fc .fc-day .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events,
.fc .fc-day .fc-daygrid-day-frame .fc-daygrid-day-bg {
  display: none;
}

.fc .fc-day.fc-allowed-day .fc-daygrid-day-frame {
  font-weight: bold;
  border: solid 3px rgb(22, 163, 95);
  background-color: #fff;
  color: #000;
  border-radius: 50%;
}
.fc .fc-day.fc-allowed-day .fc-daygrid-day-frame .fc-daygrid-day-top {
  color: #000 !important;
}
.fc .fc-day.fc-allowed-day .fc-daygrid-day-frame .fc-daygrid-day-top a {
  color: #000 !important;
}

.fc .fc-day.fc-unallowed-day .fc-daygrid-day-frame {
  border: solid 3px #adb6c9;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
}

.fc .fc-day.selected-date .fc-daygrid-day-frame {
  background: rgb(22, 163, 95) !important; /* Blue for selected date */
  color: white !important;
  font-weight: bold;
}
.fc .fc-day.selected-date .fc-daygrid-day-frame .fc-daygrid-day-top {
  color: white !important;
}
.fc .fc-day.selected-date .fc-daygrid-day-frame .fc-daygrid-day-top a {
  color: white !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background-color: #eef4ff;
  border: none;
  color: #000;
  border-radius: 50%;
}

.course-details-partition {
  height: 10px;
  background-color: #EDF0F7;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
}

.course-details {
  margin-top: 0;
  padding: 0 40px 0 40px;
  font-family: "Yantramanav";
  color: #00163B;
  background-color: #EDF0F7;
  margin-bottom: 50px;
  display: block;
}
.course-details .edit-remove-btns {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.course-details .edit-details a {
  color: #00163B;
  text-decoration: underline;
}
.course-details .details-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}
.course-details .course-name, .course-details .level-name {
  font-size: 20px;
  font-weight: bold;
  color: #366DC9;
  display: block;
}
.course-details .course-meta {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 25px;
}
.course-details .cost-per-person {
  font-weight: normal;
}
.course-details .course-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 25px;
}
.course-details .total-cost {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 25px;
}
.course-details .prerequisite {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 25px;
}
.course-details .discount {
  color: #f00;
}
.course-details .total-cost-all-person {
  font-weight: bold;
}
@media (max-width: 991px) {
  .course-details {
    padding: 0 15px 0 15px;
  }
}
.course-details.checkout-course-details {
  padding-top: 30px;
  padding-bottom: 30px;
}
.course-details.checkout-course-details:first-child {
  margin-top: 20px;
}
.course-details.checkout-course-details .course-name {
  margin-bottom: 20px;
}
.course-details.checkout-course-details .course-meta {
  padding-bottom: 0;
}
.course-details.checkout-course-details .course-meta > * {
  margin-bottom: 10px;
}

.calendar-container {
  position: sticky;
  top: 200px;
}
.calendar-container h4 {
  text-align: center;
}
.calendar-container #calendar {
  max-width: 400px;
  margin: 0 auto;
}
.calendar-container #calendar.blocked::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 100;
}
.calendar-container .course-availability {
  font-family: "Yantramanav";
  background-color: #EDF0F7;
  color: #00163B;
  padding: 40px;
  padding-top: 0;
  margin-top: 0;
}
.calendar-container .course-availability .course-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 8px;
}
.calendar-container .course-availability .course-date-label {
  font-size: 20px;
  line-height: 28px;
}
.calendar-container .course-availability .slot-detail {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.calendar-container .course-availability .slot-detail .date {
  font-weight: bold;
}
.calendar-container .course-availability .slot-detail .date span {
  color: #777;
  font-weight: normal;
}
.calendar-container .course-availability .spots-left {
  font-size: 22px;
  font-weight: bold;
  color: #16A35F;
  margin-bottom: 30px;
}
.calendar-container .course-availability .book-course-btn {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}
.calendar-container .course-availability .book-course-btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: black;
  letter-spacing: 25%;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.calendar-container .course-availability .book-course-btn a:first-child {
  background-color: #00163B;
}
.calendar-container .course-availability .book-course-btn a:last-child {
  background-color: #366DC9;
}
@media (max-width: 767px) {
  .calendar-container .course-availability .book-course-btn {
    flex-wrap: wrap;
  }
}
.calendar-container .course-availability .checkout-btn-error {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}
.calendar-container .course-availability .checkout-btn-error ul {
  list-style: none;
  padding: 0;
}
.calendar-container .course-availability .final-price {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .calendar-container {
    padding-top: 40px;
  }
  .calendar-container .course-availability {
    padding: 0px 15px 20px 15px;
  }
  .calendar-container h4 {
    text-align: left;
  }
}

.checkout-btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
}
.checkout-btn a {
  width: 50%;
  text-align: center;
  font-weight: black;
  color: #fff;
  padding: 20px;
  /*font-size: 16px;
  line-height: 19px;
  letter-spacing: 25%;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: $blueColor;*/
}
@media (max-width: 991px) {
  .checkout-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-btn a {
    width: 100%;
  }
}

.fc .fc-scrollgrid {
  border: none;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: none;
  border-radius: 25px;
}

.checkout-section {
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.checkout-section .alert {
  padding: 20px;
}
.checkout-section .alert.alert-success {
  background-color: #E6F7E6;
  border-color: #A4D8A4;
  color: #2F6627;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.checkout-section .alert.alert-danger {
  background-color: #F8D7DA;
  border-color: #F5C6CB;
  color: #721C24;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.checkout-section .continue-shopping {
  font-family: "Yantramanav";
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.checkout-section .continue-shopping i {
  font-size: 24px;
}
.checkout-section h2 {
  font-family: "Yantramanav";
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .checkout-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .checkout-section .continue-shopping {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-left: 15px;
  }
  .checkout-section h2 {
    font-size: 38px;
    line-height: 44px;
    padding-left: 0;
    padding-left: 0;
  }
  .checkout-section .continue-shopping {
    margin-bottom: 20px;
  }
}

.checkout-cols {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.checkout-cols:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: calc(50% - 5px);
  background-color: #EDF0F7;
}
.checkout-cols .col-2 {
  width: calc(50% - 50px);
}
.checkout-cols h2 {
  margin-bottom: 20px;
}
.checkout-cols h4 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .checkout-cols {
    margin-top: 0;
  }
  .checkout-cols .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cols:after {
    display: none;
  }
}

.payment-details {
  padding-bottom: 40px;
}
.payment-details .total-cost-container {
  font-family: "Yantramanav";
  color: #00163B;
  margin-bottom: 20px;
}
.payment-details .total-cost-container h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
}
.payment-details .total-cost-container .total-price {
  font-size: 24px;
  font-weight: 400;
}
.payment-details .total-cost-container .total-price span {
  font-size: 42px;
  line-height: 70px;
  font-weight: 300;
}
.payment-details h4 {
  line-height: 70px;
  margin-bottom: 0;
}
.payment-details .form-row {
  margin-bottom: 20px;
}
.payment-details .form-row label {
  font-size: 16px;
  color: #00163B;
}
.payment-details .form-row input[type=text], .payment-details .form-row select, .payment-details .form-row input[type=email], .payment-details .form-row input[type=tel] {
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
  border: solid thin #9AA9C4;
}
.payment-details .coupon-container {
  display: flex;
}
.payment-details .coupon-container input[type=text] {
  border-radius: 4px 0 0 4px;
}
.payment-details .coupon-container .blue-btn {
  height: 45px;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 991px) {
  .payment-details {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .payment-details h4 {
    line-height: 35px;
  }
}

#card-element {
  margin-top: 20px;
}

#card-errors {
  color: #a00;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
}

.booking-success-details {
  margin-top: 20px;
  width: 100%;
}
.booking-success-details tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.booking-success-details tr td, .booking-success-details tr th {
  text-align: left;
  color: #00163B;
  padding: 10px;
}
.booking-success-details tr td:first-child {
  font-weight: bold;
}

.projects-filter {
  width: 100%;
  padding-right: 40px;
}
.projects-filter .projects-filter-title {
  font-family: "Yantramanav";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.projects-filter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.projects-filter .select-container {
  width: 160px;
  position: relative;
}
.projects-filter .select-container select {
  position: relative;
  z-index: 11;
  width: 100%;
  color: #fff;
  border: none;
  font-weight: 300;
  background-color: transparent;
  font-size: 20px;
  font-family: "Yantramanav";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.projects-filter .select-container select option {
  color: #00163B;
}
.projects-filter .select-container select:focus {
  outline: none;
}
.projects-filter .select-container:after {
  z-index: 10;
  content: "";
  background-image: url("/wp-content/uploads/2025/04/dropdown-caret-white.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
@media (max-width: 991px) {
  .projects-filter {
    padding-right: 0;
  }
  .projects-filter form .select-container {
    width: 100%;
  }
}

.projects-applied-filter {
  padding-left: 20px;
  padding-right: 20px;
}
.projects-applied-filter .projects-applied-filter-reset {
  margin-bottom: 20px;
}
.projects-applied-filter .projects-applied-filter-reset a {
  font-size: 20px;
  font-family: "Yantramanav";
  color: #00163B;
  text-decoration: underline;
}
.projects-applied-filter ul {
  padding: 0;
  margin: 0;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.projects-applied-filter ul li {
  list-style: none;
  display: flex;
  gap: 15px;
  font-size: 18px;
  font-family: "Yantramanav";
  color: #00163B;
  text-transform: uppercase;
  padding: 10px 20px;
  border: solid thin #00163B;
  border-radius: 25px;
  width: 180px;
  justify-content: space-between;
}
.projects-applied-filter ul li a {
  display: block;
}

.projects-grid {
  font-family: "Yantramanav";
  display: flex;
  flex-wrap: wrap;
}
.projects-grid .project-item {
  width: 418px;
  margin: 15px;
  background-color: #fff;
}
.projects-grid .project-item .project-content {
  padding: 30px 20px;
}
.projects-grid .project-item .project-image a {
  display: block;
}
.projects-grid .project-item .project-image img {
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.projects-grid .project-item h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.projects-grid .project-item .client-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.projects-grid .project-item .client-meta span {
  font-weight: bold;
}
.projects-grid .project-item .project-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.projects-grid .project-item .project-categories span {
  font-size: 18px;
  color: #57637C;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .projects-grid .project-item {
    margin: 0;
    margin-bottom: 20px;
  }
}

.featured-project-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 700px;
}
.featured-project-section .left-col {
  width: 55%;
}
.featured-project-section .left-col .project-image {
  width: 100%;
}
.featured-project-section .left-col .project-image img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-project-section .right-col {
  width: 45%;
  height: 100%;
  font-family: "Yantramanav";
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-project-section .right-col .project-details-wrapper {
  max-width: 500px;
  width: 100%;
  padding: 40px;
}
.featured-project-section .right-col .project-location {
  font-size: 18px;
  color: #57637C;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 2px;
}
.featured-project-section .right-col .project-title h2, .featured-project-section .right-col .project-title a {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00163B;
}
.featured-project-section .right-col .project-excerpt {
  font-size: 20px;
  line-height: 30px;
  color: #00163B;
  margin-bottom: 30px;
}
.featured-project-section .right-col .project-client {
  font-size: 18px;
  color: #57637C;
  margin-bottom: 20px;
}
.featured-project-section .right-col .project-client span {
  font-weight: bold;
  color: #00163B;
  margin-right: 15px;
}
.featured-project-section .right-col .project-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.featured-project-section .right-col .project-categories span {
  font-size: 18px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #00163B;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 25px;
  border: solid thin #00163B;
}
@media (max-width: 991px) {
  .featured-project-section {
    flex-direction: column;
    height: auto;
  }
  .featured-project-section .left-col {
    width: 100%;
  }
  .featured-project-section .right-col {
    width: 100%;
  }
}

.project-categories-list {
  padding-top: 20px;
}
.project-categories-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.project-categories-list ul li {
  font-size: 18px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 25px;
  border: solid thin #fff;
}

.project-capabilities-container .project-capabilities-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.project-capabilities-container .project-capabilities-list .capability-item {
  font-family: "Yantramanav";
  width: calc(50% - 20px);
  margin-bottom: 50px;
}
.project-capabilities-container .project-capabilities-list .capability-item .cap-subheading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1px;
  margin-bottom: 10px;
  color: #00163B;
}
.project-capabilities-container .project-capabilities-list .capability-item .cap-heading {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00163B;
}
.project-capabilities-container .project-capabilities-list .capability-item .cap-summary {
  font-size: 20px;
  line-height: 24px;
  color: #00163B;
}
@media (max-width: 991px) {
  .project-capabilities-container .project-capabilities-list .capability-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sha-course-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 22, 59, 0.2);
  border-radius: 0;
  overflow: hidden;
  font-family: "YantraManav";
  width: 450px;
  max-width: 100%;
  margin-bottom: 20px;
}
.sha-course-box .featured-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sha-course-box .course-meta {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sha-course-box .course-meta .course-title {
  font-family: "Yantramanav";
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: #00163B;
  margin-bottom: 30px;
}
.sha-course-box .course-meta .course-price {
  font-size: 24px;
  color: #00163B;
  margin-bottom: 30px;
}
.sha-course-box .course-meta .course-price span {
  font-size: 16px;
}
.sha-course-box .course-meta .course-duration {
  font-size: 18px;
  color: #00163B;
  margin-bottom: 30px;
}
.sha-course-box .course-meta .course-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.sha-course-box .course-meta .course-cta .cta-btn {
  width: calc(50% - 10px);
}
.sha-course-box .course-meta .course-cta .cta-btn a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-family: "Yantramanav";
  font-size: 16px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.sha-course-box .course-meta .course-cta .cta-btn a.dark-btn {
  background-color: #00163B;
  color: #fff;
}
.sha-course-box .course-meta .course-cta .cta-btn a.white-btn {
  background-color: #fff;
  color: #00163B;
  border: 1px solid #00163B;
}

.title-cart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 20px;
}
.title-cart-container .col {
  width: 50%;
}
.title-cart-container .cart-container {
  position: relative;
  display: block;
  width: 80px;
  margin-left: auto;
}
.title-cart-container .cart-container .cart-icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #366DC9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all linear 0.3s;
}
.title-cart-container .cart-container .cart-icon img {
  width: 32px;
  height: 32px;
}
.title-cart-container .cart-container .cart-icon:hover {
  opacity: 0.9;
}
.title-cart-container .cart-container span.cart-count {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00163B;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
}
@media (max-width: 991px) {
  .title-cart-container {
    padding-left: 0;
    padding-right: 0;
  }
  .title-cart-container .col:first-child {
    width: 70%;
  }
  .title-cart-container .col:last-child {
    width: 30%;
  }
  .title-cart-container .cart-container {
    width: 60px;
  }
  .title-cart-container .cart-container .cart-icon {
    width: 50px;
    height: 50px;
  }
  .title-cart-container .cart-container .cart-icon img {
    width: 24px;
    height: 24px;
  }
}

.suggested-courses {
  border: solid 4px #EDF0F7;
  padding: 20px 30px;
  font-family: "Yantramanav";
}
.suggested-courses .details-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00163B;
}
.suggested-courses .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.suggested-courses .item .action-links a {
  text-decoration: underline;
}
.suggested-courses .item .course-name {
  color: #366DC9;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.suggested-courses .item .level-name {
  color: #366DC9;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.suggested-courses .item .offer-info {
  font-size: 24px;
  color: #00163B;
  line-height: 30px;
  padding-top: 20px;
  font-weight: 400;
}
.suggested-courses .item .offer-info strong {
  font-weight: bold;
}
.suggested-courses .item .offer-info span.small {
  font-size: 18px;
}
@media (max-width: 991px) {
  .suggested-courses .item {
    flex-direction: column;
  }
  .suggested-courses .item .action-links {
    display: flex;
    justify-content: space-between;
  }
}

.ad-projects-slider .project-slide {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Yantramanav";
}
.ad-projects-slider .project-slide .project-image {
  margin-bottom: 20px;
}
.ad-projects-slider .project-slide .project-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.ad-projects-slider .project-slide .project-info .project-service {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ad-projects-slider .project-slide .project-info h3 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: none;
}
.ad-projects-slider .project-slide .project-info h3 a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
}
.ad-projects-slider .project-slide .project-info h3 a:hover {
  color: #eee;
}
.ad-projects-slider .project-slide .project-info .project-view-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.sha-course-faqs .faq {
  margin-bottom: 20px;
}
.sha-course-faqs .faq .faq-question {
  font-weight: bold;
}

.services-header-links a.active span {
  color: #C69C6D !important;
}

.hero-slider-container {
  position: relative;
  height: 100%;
  margin-bottom: -120px;
}
.hero-slider-container .hero-slider-arrows {
  position: absolute;
  right: 0;
  bottom: 100px;
  display: flex;
}
.hero-slider-container .hero-slider-arrows .hero-prev-arrow, .hero-slider-container .hero-slider-arrows .hero-next-arrow {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00163B;
  border: none;
  outline: none;
}
.hero-slider-container .hero-slider-arrows .hero-prev-arrow img, .hero-slider-container .hero-slider-arrows .hero-next-arrow img {
  width: 42px;
}
.hero-slider-container .hero-slider-arrows .hero-prev-arrow:hover, .hero-slider-container .hero-slider-arrows .hero-next-arrow:hover {
  background-color: #366DC9;
}
@media (max-width: 991px) {
  .hero-slider-container {
    margin-bottom: 0;
  }
  .hero-slider-container .hero-slider-arrows {
    bottom: 20px;
  }
  .hero-slider-container .hero-slider-arrows .hero-prev-arrow, .hero-slider-container .hero-slider-arrows .hero-next-arrow {
    width: 60px;
    height: 60px;
  }
  .hero-slider-container .hero-slider-arrows .hero-prev-arrow img, .hero-slider-container .hero-slider-arrows .hero-next-arrow img {
    width: 30px;
  }
}

.upcoming-course {
  margin-top: 40px;
  font-family: "Yantramanav";
}
.upcoming-course h4 {
  margin-bottom: 20px;
}
.upcoming-course .upcoming-course-slots {
  font-weight: bold;
  color: #16A35F;
}

.spot-selection-container .ss-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.spot-selection-container .ss-header h4 {
  font-family: "Yantramanav";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.spot-selection-container .ss-header .month-selector {
  display: flex;
  gap: 10px;
}
.spot-selection-container .ss-header .month-selector a {
  background-color: #F8F9FC;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spot-selection-container .ss-header .month-selector .month-name {
  font-family: "Yantramanav";
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  background-color: #F8F9FC;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.spot-selection-container .slots-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spot-selection-container .slots-grid .slot {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background: var(--Cloud, #F8F9FC);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 18px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
}
.spot-selection-container .slots-grid .slot.active {
  background: var(--Cloud, #EDF0F7);
  border-color: rgba(54, 109, 201, 0.8);
}
.spot-selection-container .slots-grid .slot.active:after {
  content: "";
  background-image: url("/wp-content/uploads/2025/04/checkbox-circle.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 15px;
  top: calc(50% - 17px);
}
.spot-selection-container .slots-grid .slot .slot-date {
  color: #00163B;
  font-family: "Yantramanav";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.spot-selection-container .slots-grid .slot .spots-left {
  color: #16A35F;
  font-family: "Yantramanav";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  .spot-selection-container .ss-header {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    gap: 15px;
  }
  .spot-selection-container .slots-grid {
    flex-direction: column;
  }
  .spot-selection-container .slots-grid .slot {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.selected-course-details-section {
  background-color: #EDF0F7;
  padding-top: 60px;
  padding-bottom: 40px;
}
.selected-course-details-section > .container {
  display: flex;
  justify-content: space-between;
}
.selected-course-details-section > .container .col-2:first-child {
  width: calc(40% - 50px);
}
.selected-course-details-section > .container .col-2:last-child {
  width: calc(60% - 50px);
}
@media (max-width: 991px) {
  .selected-course-details-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .selected-course-details-section > .container {
    flex-direction: column;
  }
  .selected-course-details-section > .container .col-2:first-child {
    display: none;
  }
  .selected-course-details-section > .container .col-2:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .selected-course-details-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .selected-course-details-section > .container .col-2:last-child {
    width: 100%;
  }
}

.elementor-8415 .elementor-element.elementor-element-b714215 {
  width: 100% !important;
  z-index: 200;
}

.no-slots-message {
  background-color: #F8F9FC;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.no-slots-message .nsm-heading {
  font-family: "Yantramanav";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.no-slots-message .nsm-body {
  font-family: "Yantramanav";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.add-attendees-section {
  margin-top: 80px;
  margin-bottom: 60px;
}
.add-attendees-section .add-attendees-heading {
  margin-bottom: 30px;
  color: var(--Navy, #00163B);
  font-family: "Yantramanav";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.42px;
}
.add-attendees-section .use-same-details {
  font-weight: 700;
  margin-bottom: 30px;
}
.add-attendees-section .attendee-box-title {
  font-family: "Yantramanav";
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #00163B;
}
.add-attendees-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.add-attendees-section .row .col {
  width: calc(50% - 40px);
}
.add-attendees-section .row .col .form-container {
  margin-bottom: 50px;
}
.add-attendees-section .row .col .form-container .form-group {
  margin-bottom: 20px;
}
.add-attendees-section .row .col .form-container .form-group label {
  font-size: 16px;
  color: #00163B;
}
.add-attendees-section .row .col .form-container .form-group input[type=text], .add-attendees-section .row .col .form-container .form-group select, .add-attendees-section .row .col .form-container .form-group input[type=email], .add-attendees-section .row .col .form-container .form-group input[type=tel] {
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
  border: solid thin #9AA9C4;
  font-weight: 700;
}
.add-attendees-section .row .col .form-container .form-group input[type=text]::-moz-placeholder, .add-attendees-section .row .col .form-container .form-group select::-moz-placeholder, .add-attendees-section .row .col .form-container .form-group input[type=email]::-moz-placeholder, .add-attendees-section .row .col .form-container .form-group input[type=tel]::-moz-placeholder {
  color: rgba(0, 22, 59, 0.4);
  font-weight: normal;
}
.add-attendees-section .row .col .form-container .form-group input[type=text]::placeholder, .add-attendees-section .row .col .form-container .form-group select::placeholder, .add-attendees-section .row .col .form-container .form-group input[type=email]::placeholder, .add-attendees-section .row .col .form-container .form-group input[type=tel]::placeholder {
  color: rgba(0, 22, 59, 0.4);
  font-weight: normal;
}
@media (max-width: 991px) {
  .add-attendees-section {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .add-attendees-section .row .col {
    width: 100%;
  }
  .add-attendees-section .row .col .form-container {
    margin-bottom: 10px;
  }
  .add-attendees-section .add-attendees-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.same-details-switch {
  display: flex;
  flex-wrap: wrap;
  width: 80px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .sub-menu {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.use-same-details {
  display: flex;
  align-items: center;
}

#use-same-details {
  height: 18px;
  width: 18px;
  transform: translateY(2px);
}

/* Course enquiry form */
.gform_heading {
  display: none !important;
}

.course-enquiry-form-gf .gform_fields {
  gap: 5px !important;
}
.course-enquiry-form-gf .gform-field-label--type-sub {
  display: none !important;
}
.course-enquiry-form-gf legend.gfield_label, .course-enquiry-form-gf label.gfield_label {
  font-family: "Yantramanav" !important;
  font-size: 18px !important;
  color: #00163B !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
.course-enquiry-form-gf legend.gfield_label .gfield_required span, .course-enquiry-form-gf label.gfield_label .gfield_required span {
  display: none;
}
.course-enquiry-form-gf legend.gfield_label .gfield_required:after, .course-enquiry-form-gf label.gfield_label .gfield_required:after {
  content: "*";
  color: #FF0000;
  margin-left: 5px;
}
.course-enquiry-form-gf input[type=text], .course-enquiry-form-gf input[type=email], .course-enquiry-form-gf input[type=tel], .course-enquiry-form-gf select, .course-enquiry-form-gf textarea {
  font-family: "Yantramanav" !important;
  font-size: 16px !important;
  color: #00163B !important;
  border-radius: 0 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  width: 100% !important;
}
.course-enquiry-form-gf input[type=text], .course-enquiry-form-gf input[type=email], .course-enquiry-form-gf input[type=tel], .course-enquiry-form-gf select {
  height: 46px !important;
  line-height: 46px !important;
}
.course-enquiry-form-gf input.gform_button {
  color: #fff !important;
  border-color: #366DC9 !important;
  border-radius: 0 !important;
  outline: none !important;
  text-transform: uppercase !important;
  background-color: #366DC9 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
  font-family: "Yantramanav" !important;
  font-weight: bold !important;
  width: 250px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: solid thin #366DC9 !important;
  height: 60px !important;
  cursor: pointer !important;
}

button.eway-button {
  border-radius: 0 !important;
  border: none;
  outline: none;
  box-shadow: none;
}
button.eway-button span {
  font-size: 17px;
  letter-spacing: 2px;
  font-family: "Yantramanav";
  font-weight: bold;
  width: 250px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: solid thin #366DC9;
  background-color: #366DC9;
  height: 60px;
  cursor: pointer;
  border-radius: 0 !important;
  box-shadow: none !important;
}
button.eway-button span:hover {
  border-color: #00163B;
  background-color: #00163B;
}/*# sourceMappingURL=style.min.css.map */