@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.s3ktech.ai/myaiguru-register/themes/site/fonts/calibri-regular.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.s3ktech.ai/myaiguru-register/themes/site/fonts/calibri-italic.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.s3ktech.ai/myaiguru-register/themes/site/fonts/calibri-bold.ttf')
    format('truetype');
}
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.s3ktech.ai/myaiguru-register/themes/site/fonts/calibri-bold-italic.ttf')
    format('truetype');
}

body {
  font-family: 'Calibri', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}
header {
  background-color: #ffffff;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  /* display: flex; */
  display: block;

  align-items: center;
}
header img {
  height: 48px;
}
.container {
  /* max-width: 700px; */
  /* margin: 40px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
}
.register_box_view {
  margin: 80px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
label {
  display: block;
  margin: 12px 0 5px;
  font-weight: 600;
  font-size: 16px;
}
p {
  font-size: 16px;
}
input,
select {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
button {
  margin-top: 20px;
  padding: 12px;
  width: 100%;
  background-color: #0073c2;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
/* button:hover {
  background-color: #005fa3;
} */
.card-body .btn-primary:focus,
.card-body .btn-primary:focus-visible,
.card-body .btn-primary:hover {
  box-shadow: none !important;
  outline: none !important;
}
.sub-btn {
  margin-top: 20px;
  padding: 12px;
  width: 100%;
  background-color: #ab2331;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 50%;
}
.sub-btn:hover {
  background-color: #2ba5a5;
}
.user-btn {
  margin-top: 0 !important;
}
.error {
  color: red !important;
  margin-top: 0;
}

.footer-view ul li {
  padding-bottom: 15px;
  font-size: 16px;
}
footer h4 {
  font-size: 20px !important;
  margin-bottom: 20px;
}
input:focus,
input:focus-visible {
  box-shadow: none !important;
  border-color: #ab2331 !important;
}

input:focus {
  outline: none;
  box-shadow: none;
}
.form-control {
  height: 42px;
}

.mt-5 {
  margin-top: 5%;
}

.mb-5 {
  margin-bottom: 5%;
}

.register-link {
  text-align: center;
  padding: 15px 0;
}

.box-width {
  float: initial;
  margin: 0 auto;
}
.regi-box {
  background: #fff;
  border: 1px solid #ccc;
  /* box-shadow: 5px 16px 28px #0003; */
  height: 380px;
  overflow: scroll;
  border-radius: 5px;
}
.form-check-input {
  border: 1px solid #000;
  height: 1.2em;
  width: 1.2em;
  display: inline;
  /* margin-top: 20px !important;
  margin-left: 15px !important; */
}
.agree-check label {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  /* display: initial; */
  padding-left: 10px !important;
  display: 0;
  padding-top: 0px;
}
.policy {
  padding: 0 35px;
  background-color: #f3f3f3;
}
.policy h2 {
  text-align: left !important;
  margin-bottom: 16px !important;
  font-weight: 600;
  font-size: 18px !important;
}

.policy h3 {
  text-align: left !important;
  margin-bottom: 16px !important;
  font-size: 16px !important;
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #333;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  border-color: maroon;
  color: #000;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
}

.highlight {
  color: #000;
  font-weight: bold;
}

.icon-card {
  transition: transform 0.3s ease;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.icon-card i {
  font-size: 4rem;
  color: #2ba5a5;
}
.feature-view h5 {
  font-size: 22px;
}

.arrow {
  color: #ff3333;
  font-weight: bold;
}

.c-btn {
  float: right;
}
.alert-success {
  padding: 15px 20px;
  background-color: #d4edda; /* Light green background */
  color: #155724; /* Dark green text */
  border: 1px solid #c3e6cb; /* Border similar to Bootstrap */
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 0;
  position: relative;
}

.alert-success::before {
  font-weight: bold;
  margin-right: 8px;
}

.c-btn {
  float: right !important;
  padding: 3px 8px !important;
  width: auto !important;
  margin-top: -8px !important;
  background: #d4edda !important;
  font-size: 30px;
  color: red !important;
}

.alert-danger {
  padding: 15px 20px;
  background-color: #f8d7da; /* Light red background */
  color: #721c24; /* Dark red text */
  border: 1px solid #f5c6cb; /* Border similar to Bootstrap */
  border-radius: 4px;
  font-size: 16px;
  margin: 15px 0;
  position: relative;
}

.alert-danger .c-btn {
  float: right !important;
  padding: 3px 8px !important;
  width: auto !important;
  margin-top: -12px !important;
  background: #f8d7da !important;
  font-size: 30px;
  color: red !important;
}

/* Navigation Styles */
.main-nav {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #ab2331;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-right: 15px;
}

/* Cart */
td.product_des h3 a {
  font-size: 16px !important;
  color: #123;
}
td.product_des h3 {
  font-size: 18px !important;
  color: #123;
}

#shopping-cart label {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}

#shopping-cart .btn-warning {
  background-color: #000;
  border-color: #000;
}

#shopping-cart .btn-warning:hover,
#shopping-cart .btn-warning:active {
  background-color: #d97c9b;
  border-color: #d97c9b;
}

#shopping-cart .form-control {
  height: 60px;
  /* border-radius: 30px; */
  background-color: #fff;
  font-size: 16px;
  color: #555;
  border: 1px solid #dfe5e5;
  padding-left: 30px;
}

#shopping-cart .card-num {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#shopping-cart .card-addon-num {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}

#checkout label {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}

.checkout .order-review {
  background: #f1f1f1;
  padding: 28px 35px 20px;
  margin-bottom: 35px;
}

.checkout .box {
  min-height: 850px;
  overflow-x: auto;
  height: 850px;
  border: 1px solid #ccc;
  padding: 0 50px;
  margin-bottom: 30px;
}

.cart-btn > span:hover {
  color: #fff;
  cursor: pointer;
}

.mainmenu ul li .mega-menu {
  top: 75px !important;
  width: 400px !important;
  background: #f0d0d6b5 none repeat scroll 0 0;
}

.mainmenu ul li .mega-menu span {
  width: 50%;
}

.product-action ul li.add-bag {
  width: 100% !important;
}

.go-btn:hover,
.go-btn:active,
.go-btn:focus {
  color: #fff;
}

.cart_list thead th {
  color: #123;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
}

.cart_list thead th.id,
.cart_list thead th.action,
.cart_list thead th.value {
  text-align: center;
}

td.product_des p {
  font-size: 18px;
  color: #ab2331;
}
.table_cart td a {
  font-size: 18px;
  color: red !important;
}
.table_cart td.p_value {
  font-size: 18px;
  color: #ab2331 !important;
}
.table_cart {
  width: 100%;
}

.table_cart td {
  font-size: 18px;
  color: #123;
  text-align: center;
  padding: 5px 15px;
}
.table_cart td h3 {
  margin-bottom: 0;
}
.text-right {
  text-align: right;
}

.cart-total {
  padding: 10px;
  margin-top: 8px;
}

.p_value_cart-view {
  border-right-color: #fff !important;
  padding: 0 !important;
}

.cart_check_view {
  padding: 0 15px !important;
}

.checkout .box-checkout {
  min-height: auto;
  overflow-x: auto;
  height: auto;
  border: 1px solid #ccc;
  padding: 0 50px;
  margin-bottom: 30px;
}

.sub-total {
  padding: 5px 10px;
  margin-top: 8px;
  font-size: 18px;
}

.p_border_none {
  border-right-color: #fff !important;
  padding: 0 !important;
}

#checkout label {
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.cart_list tbody td.product_des {
  padding: 0 15px;
  text-align: left;
  font-size: 20px;
}

a.continue-shopping:first-child {
  margin-right: 10px;
}
.cart-area {
  margin: 80px 0;
}
a.continue-shopping,
.discount-code > input[type='submit'],
.total.text-right > input {
  font-size: 16px;
  color: #fff;
  background: #303030;
  /* text-transform: capitalize; */
  font-weight: 300;
  padding: 10px 30px;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /* border-radius: 5px; */
}
a.continue-shopping:hover {
  background: #ab2331;
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
  outline-offset: none !important;
}

.pro-check {
  background: #ab2331 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
  outline-offset: none !important;
  margin: 0;
  width: auto;
}

.continue-shopping:active {
  text-decoration: none !important;
  outline: none !important;
  outline-offset: none !important;
}

.nam-btm {
  padding: 10px 0;
}
a {
  color: #ab2331;
  text-decoration: none;
  font-size: 16px;
}
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
.bg-year {
  margin-top: 0;
  padding: 8px 0;
  border-radius: 0;
  background-color: #000;
  color: #fff !important;
}
.order-details {
  background-color: #ab2331 !important;
  color: #fff !important;
}
.p-0 {
  padding: 0;
}

.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.sub-total {
  padding: 5px 10px;
  margin-top: 8px;
  font-size: 18px;
}
.grant-total {
  color: #ab2331;
  font-weight: bold;
}
.cart-total {
  padding: 10px;
  margin-top: 8px;
}
.sub-t {
  font-weight: 600;
  font-size: 22px;
}

.mt-2 {
  margin-top: 20px;
}
.text-right {
  text-align: right;
}
#btnPromoRemove {
  margin-top: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.course-desc ul {
  list-style-type: none;
}
.title-min {
  min-height: 52px;
}
.course-desc a {
  color: #ab2331;
}

select:focus,
select:focus-visible {
  box-shadow: none !important;
  border-color: #ab2331 !important;
}
.input-group-append .btn-danger {
  color: #fff;
  background-color: #ab2331;
  border-color: #ab2331;
}
button:focus,
button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: #fff !important;
}
.course-modal .modal-body img {
  width: 300px;
  height: auto;
  display: block;
}

.course-modal .modal-body p {
  text-align: left;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

.bg-white {
  background-color: #fff;
}
.header-view {
  padding: 15px 0;
  background-color: #fff;
}
.header-view .container-box {
  margin: 0px 15%;
}
.header-view .navbar button {
  margin-top: 0px;
  width: auto;
}

.header-view .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 20px;
  margin: 0 15px;
  color: #000 !important;
}
.header-view .login-btn-link {
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
  padding: 8px 16px !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: background 0.3s;
  background: #ab2331;
  margin-right: 10px;
}
.header-view .login-btn-link:hover,
.header-view .login-btn-link:active .header-view .login-btn-link:focus {
  background-color: #2ba5a5;
}

.header-view .user-btn {
  color: #000;
  padding: 11px 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.fs-20px {
  font-size: 20px !important;
  font-weight: normal !important;
  padding-left: 15px !important;
}

.accordion .card-header {
  position: relative;
  padding-right: 3rem;
}
.regi-collpse .card-header a{font-size: 18px; font-weight: bold !important;}

.accordion .toggle-icon {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.3s;
}

.accordion .collapsed .toggle-icon::before {
  content: '\f067'; /* Font Awesome plus icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.accordion .toggle-icon::before {
  content: '\f068'; /* Font Awesome minus icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.cohort select :disabled{background-color: red !important;}

#strpe_payment_container .pay-now{padding: 10px !important;}
.fa-angle-down {display: none !important;}
/* Responsive Styl.es */
@media (max-width: 1199px) {
  .header-view .container-box {
    margin: 0px 5%;
  }
}
@media (max-width: 991px) {
  .header-view .login-btn-link {
    margin: 15px 30px;
    width: 20%;
    text-align: center;
  }
  .fa-angle-down {display: block !important;}

  .header-view .user-btn {
    margin-left: 15px;
  }
  .header-view .nav-item .login {
    margin: 0;
  }
  .header-view .dropdown-menu {
    margin: 0 20px 10px 22px;
  }
  /* .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    flex-direction: column;
    width: 100%;
    display: none;
    border-top: 1px solid #ddd;
    z-index: 999;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  header .header-container {
    flex-wrap: wrap;
  } */

  /* .login,
  .login-user {
    right: 5% !important;
  } */
  .page-wrapper .login-user {
    position: initial !important;
  }
  .page-wrapper header .login {
    position: initial !important;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .res-width{margin-bottom: 20px;}
  .header-view .login-btn-link {
    margin: 10px 30px;
    width: auto;
    text-align: center;
  }
  .res-center {
    text-align: center !important;
  }
  header .header-container {
    margin: 0px 5% !important;
  }
  .register_box_view {
    padding: 10px;
  }
  #loginForm .text-right,
  #loginForm .nam-btm {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .res-width a,
  .res-width button {
    width: 100% !important;
  }
  .pay-button-container .box-str h2 {
    font-size: 20px !important;
    padding: 20px 0 0;
  }
}
