.d-hidden{
    display: none;
}
.cursor-pointer{
    cursor: pointer;
}

.mt-5px{margin-top: 5px !important;}
.mt-6px{margin-top: 6px !important;}
.mt-7px{margin-top: 7px !important;}
.mt-8px{margin-top: 8px !important;}
.mt-9px{margin-top: 9px !important;}
.mt-10px{margin-top: 10px !important;}
.mt-11px{margin-top: 11px !important;}
.mt-12px{margin-top: 12px !important;}
.mt-13px{margin-top: 13px !important;}
.mt-14px{margin-top: 14px !important;}
.mt-15px{margin-top: 15px !important;}
.mt-16px{margin-top: 16px !important;}
.mt-17px{margin-top: 17px !important;}
.mt-18px{margin-top: 18px !important;}
.mt-19px{margin-top: 19px !important;}
.mt-20px{margin-top: 20px !important;}

.me-5px{margin-right: 5px !important;}
.me-6px{margin-right: 6px !important;}
.me-7px{margin-right: 7px !important;}
.me-8px{margin-right: 8px !important;}
.me-9px{margin-right: 9px !important;}
.me-10px{margin-right: 10px !important;}
.me-11px{margin-right: 11px !important;}
.me-12px{margin-right: 12px !important;}
.me-13px{margin-right: 13px !important;}
.me-14px{margin-right: 14px !important;}
.me-15px{margin-right: 15px !important;}
.me-16px{margin-right: 16px !important;}
.me-17px{margin-right: 17px !important;}
.me-18px{margin-right: 18px !important;}
.me-19px{margin-right: 19px !important;}
.me-20px{margin-right: 20px !important;}


.text-20px{font-size: 20px !important;}
.text-19px{font-size: 19px !important;}
.text-18px{font-size: 18px !important;}
.text-17px{font-size: 17px !important;}
.text-16px{font-size: 16px !important;}
.text-15px{font-size: 15px !important;}
.text-14px{font-size: 14px !important;}
.text-13px{font-size: 13px !important;}
.text-12px{font-size: 12px !important;}
.text-11px{font-size: 11px !important;}
.text-10px{font-size: 10px !important;}
.text-9px{font-size: 9px !important;}
.text-8px{font-size: 8px !important;}

.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}

.radius-0{border-radius: 0px !important;}
.radius-5{border-radius: 5px !important;}
.radius-6{border-radius: 6px !important;}
.radius-7{border-radius: 7px !important;}
.radius-8{border-radius: 8px !important;}
.radius-9{border-radius: 9px !important;}
.radius-10{border-radius: 10px !important;}
.radius-11{border-radius: 11px !important;}
.radius-12{border-radius: 12px !important;}
.radius-13{border-radius: 13px !important;}
.radius-14{border-radius: 14px !important;}
.radius-15{border-radius: 15px !important;}
.radius-end-8{border-radius: 0px 8px 8px 0px !important;}


/*Start common css*/
.ellipsis-line-2{
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ellipsis-line-3{
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ellipsis-line-4{
    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ellipsis-line-5{
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.object-fit-cover{
    object-fit: cover;
}
/*End common css*/


/*Start courses page*/
.list-btn:hover, .list-btn.active{
	background-color: var(--color-4);
    color: var(--color-9);
    border: 1.5px solid var(--color-4);
}

.nice-select:active, .nice-select.open, .nice-select:focus, .form-select:focus{
	border-color: var(--color-15);
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
	background-color: var(--color-9);
}

.courses-card .courses-card-body .courses-text .review-icon i.filled{
	color: var(--bs-yellow);
}
/*End courses page*/


/* Pagenation */
.pagenation-items {
  background-color: var(--bg-white);
    display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
.page-link, .page-item a {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 0px solid #00000000;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 400;
}
 .pagenation .active, .page-item.active .page-link{
    background-color: #754FFE;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #754ffe;
}
.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link{
    border-radius: 5px;
    border: none;
    background-color: var(--bg-white);
    color: var(--color-9);
    border: 1px solid var(--bg-white);
}
 .page-link:focus, .page-item a:hover {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent;
}
 .page-link:hover, .page-item a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4);
}
/*End pegination*/


/*Instructor page social button*/
.social-btn{
    display: grid;
    color: var(--color-4);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    font-size: 14px;
}
.social-btn:hover, .social-btn:focus{
    color: var(--bg-white-2);
    background-color: var(--color-4);
    transition: .5s;
}
/*End Instructor page social button*/


/*Course details page*/
.course-heading-info{
    display: flex;
    flex-wrap: wrap;
}
.course-heading-info .info-tag{
    display: flex;
    margin-right: 25px;
    color: var(--color-9);
    font-size: 18px;
}
.course-heading-info .info-tag i{
    margin-right: 4px;
    margin-top: 4px;
}
@media only screen and (max-width: 500px) {
    .course-heading-info .info-tag .text-12px{
        margin-top: 2px !important;
    }
}
.created-by-instructor{
    color: var(--color-9);
}
.created-by-instructor:hover{
    color: var(--color-8);
}



/*Removed this code from style.css file*/
    /*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #754ffe58;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

    .course-description{
        margin: 20px 24px;
        line-height: 2;
        font-size: 15px;
    }
    .course-description h3.description-head{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 20px;
      color: #000;
    }
    .course-description.requirements ul{
        list-style: inside;
    }
    ul.step-down{
      margin: 0px 8px;
    }
    ul.step-down li{
      list-style-type: none;
    }

    ul.step-down li a{
      text-decoration: none;
      color: #6E798A;

    }
    ul.step-down li{
      position: relative;
      margin: 20px 10px;
    }
    ul.step-down li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    ul.step-down li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: calc(100% + 28px);
      background-color: #754ffe58;
      left: -14px;
      top: 8px;
    }
    ul.step-down li:last-child::before{
      display: none;
    }

    .course-left-side .faq.accordion-button::after{
        margin-left: unset !important;
        background-size: unset; 
        top: unset; 
        position: initial !important;
    }

    .course-decription .course-right-section{
        position: sticky;
        top: 10px;
    }


    @media only screen and (max-width: 991px) {
        .course-decription .course-right-section{
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        .course-decription .course-left-side{
            margin-top: 35px !important;
        }
    }

    .course-right-section .button a:hover, .course-right-section .button a.active{
        background-color: var(--color-4);
        color: #fff;
    }


    /*curriculum-*/
    .curriculum-accordion .accordion-button.collapsed::after{
      margin-left: -37px;
      background-size: 18px;
      top: 2px;
      position: absolute;
      transition: all .3s;
      width: 20px;
      height: 20px;
    }
    .curriculum-accordion .accordion-button::after{
      margin-left: -37px;
      background-size: 18px;
      top: 2px;
      position: absolute;
      transition: all .3s;
      width: 20px;
      height: 20px;
    }
/*End course details page

/*Headre searchbar*/
.menu-search{
    z-index: 997 !important;
}
/*Headre searchbar*/



/*Compare page*/
    .compare-table .table th{
        max-width: 80px !important;
    }
    .select2-selection.select2-selection--single{
        height: 40px !important;
        padding: 6px 5px !important;
    }
    .select2-selection__arrow{
        height: 38px !important;
    }
    .select2-selection__rendered, .select2-results__option{
        font-size: 14px !important;
    }
    .compare-table .table td{
        width: 26%;
        min-width: 200px;
    }
    .compare-table .table th{
        width: 22%;
        min-width: 200px;
    }
/*End compare page*/



/*Blog page*/
.image-placeholder-2{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: radial-gradient(circle, rgb(117 79 254 / 89%) 0%, rgb(117 79 254) 74%) !important;
}
.blog-search-input{
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.blog-search-button{
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}
.blog-search-input.form-control:focus{
    border-color: #754ffe !important;
}
/*End Blog page*/



/*Button*/
.btn-primary{
    border: 1.5px solid #6e798a45;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
}
.btn-primary:hover{
    background-color: var(--color-4);
}
/*Button end*/
/*Color*/
.bg-primary{
    background-color: var(--color-4) !important;
}
/*End color*/


.right-section .search{
    margin-top: unset;
}


/*Student profile*/
.wish-list-body .wish-list-search{
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.my-course-1-full-body{
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.student-profile-info{
    text-align: center;
    margin: 30px 0px 30px 0px;
}
.student-profile-info .profile-image{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.student-profile-info h4{
    margin-top: 20px;
    color: var(--color-1);
    font-size: 18px;
    font-weight: 600;
}
.student-profile-info span{
    color: var(--color-11);
    font-size: 12px;
    font-weight: 500;
}
.btn-profile-menu{
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}
.btn-profile-menu:hover, .btn-profile-menu.active{
    background-color: var(--color-4);
    color: var(--color-9);
    transition: .5s;
}
.invoice-bill::after{
    background-color: #fff;
}

@media print{
    .print-content{
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0!important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }
    .print-d-none{
        display: none !important;
    }
    footer, nav, title{
        display: none !important    ;
    }
    body{
        overflow: hidden !important ;
    }
}
.bg-white-2{
    background-color: var(--bg-white-2) !important;
}
.conversation-body-1.active{
    background-color: #6e798a1a;
}
/*End student profile*/

/*Home page*/
.h-1-banner .h-1-banner-text h1 span::before{
    content: "";
    background-image: url(../image/h-1-bn-shape-2.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 45px;
    left: 69px;
}
.h-1-banner .h-1-banner-text h1 span::after{
    content: "";
    background-image: url(../image/h-1-bn-shape-1.png);
    width: 35px;
    height: 36px;
    position: absolute;
    background-size: 35px;
    top: -2px;
}
.webui-popover{
    z-index: 99 !important;
}
.single-popup-course > .courses-card-body{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}
.category-hide-icon{
    position: absolute;
    top: 41%;
    right: 10px;
}
.expert-instructor .instructor-card .instructor-card-body img{
    object-fit: cover;
    border-radius: 5%;
}
.speech-item-img img{
    max-width: 300px !important;
}

/*Home 2nd*/
.h-2-top-body .h-2-top a{
    position: relative;
}
.h-2-top-body .h-2-top a{
    osition: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-2-top-body:hover .h-2-top a{
    color: #fff !important;
}
.h-2-instructor .h-2-instructor-full .h-2-instructor-image img{
    width: 90%;
    height: auto !important;
    display: flex;
    margin: auto;
    position: absolute;
    left: 5%;
    top: -40px;
    border-radius: 10px;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i{
    color: #fff !important;
}
.h-3-top-categories .category-product .category-product-body a:first-child > i{
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #FB6871;
}
.h-3-top-categories .category-product .category-product-body:hover a:first-child > i{
    border: 2px solid #FFF;
}

/*Home 4th*/
.instructor-item{
    max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content{
    bottom: 0px !important;
    top: unset !important;
    padding: 12px 20px 70px !important;
}
.course-training-five .img{
    max-width: 170px !important;
}
.instructor-item-5 .content{
    max-height: 85px;
}
.instructor-item-5:hover .social{
    bottom: 70px;
}
/*End Home page*/

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
    padding: 2px 7px;
    font-size: 12px;
    height: 25px;
    width: 90px;
}
.nice-select .option{
    line-height: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
}
/*Language selector END*/

/*Start search bar*/
.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

.search-container {
  position: relative;
}

.header-search-icon {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  padding: 4px 7px;
  background-color: transparent;
  z-index: 1;
}

.search-input-form .dropdown .btn{
    transform: translateY(0px) !important;
    border: 0px solid #e0d8ff;
    color: #000;
}
.search-input-form .dropdown .dropdown-toggle.show .search-menu-icon{
    display: none;
}
.search-input-form .dropdown .dropdown-toggle:not(.show) .close-menu-icon{
    display: none;
}

.search-input-floating{
  width: 100%;
  max-width: 380px;
  border: 1px solid #e0d8ff;
  min-width: 350px;

  padding: 7px 6px 7px 38px;
  border-radius: 3px;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  font-size: 14px;
  color: #555;
  outline: none;
  opacity: 1;
}



.search-input{
  width: 0;
  padding: 7px 6px 7px 38px;
  border: 1px solid #e0d8ff00;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  font-size: 14px;
  color: #555;
  margin-left: 4px;
  outline: none;
  opacity: 1;
}


.search-input:focus, .search-input.focused {
  width: 100%;
  max-width: 380px;
  border: 1px solid #e0d8ff;
  transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}
/*End search bar*/


/*Mobile device start*/
.btn-toggle {
  width: 100%;
  padding: 10px 20px;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle-list{
    padding: 10px 20px;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
  margin-left: auto;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}
/*Mobile device ended*/
/*Header end*/











/*UI FIX*/
.courses-card .courses-card-body .courses-text p{
    color: #6e798a !important;
}
.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: 5px;
    margin-bottom: -5px;
}
.courses-card .courses-card-body .courses-card-image .courses-card-image-text h3{
    color: #f25c88;
    font-size: 12px;
    font-weight: 500;
}
.courses-list-view-card .courses-list-view-card-body .courses-text{
    padding: 12px 20px !important;
}
.courses-card .courses-card-body .courses-text h5{
    font-size: 15px !important;
}
.courses-card-body{
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}
.course-all-category{
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
}
.list-card-control .btn{
    border: 1px solid #64799616 !important;
}
.select-box .nice-select .current{
    color: #6e798a;
}
.select-box .nice-select{
    background-color: #FFF !important;
}
.form-select{
    border: 1px solid hsl(222.86deg 12.73% 89.22%) !important;
}
.course-category h3{
    color: #1e293c;
}
.courses-card .courses-card-body .review-btn{
    margin-left: auto;
}
.courses-card .courses-card-body{
    width: 100%;
}
.courses-card .courses-card-body .courses-text .ellipsis-line-2{
    margin-left: 0px;
}
.price-free{
    color: #6bbc92  !important;
}
.course-right-section .course-card .enrol{
    margin: 0px 30px 0px 30px;
    padding: 15px 0px;
}
.course-right-section .course-card .enrol .icon h4, .course-right-section .course-card .enrol > h5{
    font-size: 15px;
    color: #202937;
    font-weight: 600;
}
.course-right-section .course-card .ammount{
    padding: 20px 30px;
}
.course-right-section .course-card .enrol .icon img{
    margin: 0px 18px 0px 0px;
}

.font-inter-light{
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-color) !important;
}
.font-inter-dark{
    font-family: 'Inter', sans-serif;
    color: var(--color-5) !important;
}
.course-left-side .nav-link.active svg *, .course-left-side .nav-link:hover svg *{
    fill: var(--color-4);
}
.instructor .instructor-icon i{
    width: 38px;
    text-align: center;
}
.instructor .instructor-img img{
    border-radius: 10px;
}
.accordion-header{
    margin: 20px 0px 20px;
}
.course-left-side .accordion-item{
    border-bottom: 1.5px solid #ebebeb;
}
.course-left-side .accordion-button{
    padding: 0px 0px 0px 40px;
}
.accordion-item-title{
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--color-5);
}
.ac-lecture li a{
    padding: 10px 15px;
    color: var(--color-5);
}
.ac-lecture li a span{
    font-size: 15px;
}
.ac-lecture li a span i{
    font-size: 19px;
}
.course-decription #myTab{
    justify-content: space-between;
    margin: 0px 23px;
}
.reviews{
    margin: 0px 30px;
}
.menubar .right-menubar i{
    font-size: 22px;
}
.menu_pro_tgl_bg, .menu_pro_wish{
    background-color: var(--color-9);
}
@media only screen and (min-width: 992px) {
    .course-card{
        margin-top: -225px
    }
}
.courses-card .courses-card-body .courses-text{
    padding: 15px 18px 10px 15px;
}
.grid-view-body .courses-card .courses-text .review-icon{
    margin-top: -5px;
    margin-bottom: -8px;
}
.common-card{
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}
.message .conversation .conversation-1 .conversation-img p{
    width: 15px;
    height: 15px;
    line-height: 13px;
}
.courses-price-left{
    align-items: center;
}
.course-item-5 .img img{
    margin-bottom: -30px;
}
/*UI FIX END*/



/*Notification Start*/
.notify-icon{
    border-radius: 50%;
    background-color: #e6dfff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.notify-icon i {
    font-size: 16px !important;
}
.grid-view-body .courses-card .courses-text .review-icon span{
    line-height: 17px;
}
/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign{
    padding: 0px 1px;
}
.course-all-category .course-category .webdesign.less{
    max-height: 320px;
    overflow: hidden;
    padding: 0px 1px;
    transition: height 4s !important;
}
.instructor-1 .instructor-about, .instructon-contact, .instructor-about .grid-view-body .row{
    background-color: #fff;
}
.invoice-2-table-head h6{
    margin: 15px 0px;
    color: var(--bs-dark-border-subtle);
}

.student .student-body-text{
    height: 220px;
}
@media (max-width: 420px){
    .student .man {
        width: 100%;
        object-fit: contain;
        padding: 0px;
    }
    .slick-track{
        gap: 0px !important;
    }
}
.category-product .category-product-body{
  margin: 10px 0px !important;
}


.sbundle-items .bundle-body{
    max-height: 270px !important;
    min-height: 180px !important;
    overflow-y: auto;
}

.availOptions .aBox{
    width: 120px;
    height: 100px;
    margin-left: 8px;
}
.bannar-card{
    position: unset;
    bottom: unset;
    margin-top: 55px;
}
@media screen and (max-width: 575px) {
    .banner-five-content .title span.graphic {
      font-size: 50px !important;
      line-height: 80px;
    }
}

/* Guidance service transformation */
.service-highlights{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
}
.service-highlights span{
    background: #eef4ff;
    border: 1px solid #d8e5ff;
    border-radius: 999px;
    color: #1356c5;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 12px;
}
.guidance-workflow-step{
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-color: #dbe7ff !important;
    box-shadow: 0 12px 24px rgba(15, 40, 81, 0.06);
}
.guidance-dashboard .card{
    border-radius: 16px;
}
.guidance-dashboard .badge{
    border-radius: 999px;
    padding: 8px 12px;
}
.course-card .button a .fa-whatsapp,
.gift-btn .fa-whatsapp{
    color: inherit;
}
@media only screen and (max-width: 767px) {
    .service-highlights{
        gap: 6px;
    }
    .service-highlights span{
        font-size: 11px;
        padding: 7px 10px;
    }
}

/* Homepage redesign */
.guidance-home{
    --guidance-blue: #165dff;
    --guidance-blue-dark: #103fb1;
    --guidance-blue-soft: #eef4ff;
    --guidance-text: #10213f;
    --guidance-muted: #5e6b85;
    --guidance-border: #d9e5ff;
    --guidance-shadow: 0 24px 60px rgba(16, 43, 95, 0.10);
    --guidance-radius: 24px;
}
.guidance-home .guidance-kicker{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--guidance-blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.guidance-home .guidance-hero{
    padding: 42px 0 24px;
}
.guidance-home .guidance-hero-shell{
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 46px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 36%),
        linear-gradient(135deg, #0f3fae 0%, #165dff 54%, #5da4ff 100%);
    box-shadow: var(--guidance-shadow);
}
.guidance-home .guidance-hero-shell::before{
    content: "";
    position: absolute;
    inset: auto -60px -70px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    filter: blur(6px);
}
.guidance-home .guidance-hero-copy{
    position: relative;
    z-index: 1;
    color: #fff;
}
.guidance-home .guidance-hero-copy h1{
    margin: 18px 0 18px;
    font-size: 52px;
    line-height: 1.08;
    color: #fff;
}
.guidance-home .guidance-hero-copy h1 span{
    color: #d9ebff;
}
.guidance-home .guidance-hero-copy p{
    max-width: 630px;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 17px;
    line-height: 1.8;
}
.guidance-home .guidance-hero-chips{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
}
.guidance-home .guidance-hero-chips span{
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.guidance-home .guidance-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 22px;
}
.guidance-home .guidance-outline-btn{
    padding: 12px 28px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 600;
}
.guidance-home .guidance-outline-btn:hover{
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.guidance-home .btn-primary{
    border: none;
    border-radius: 16px;
    background: #ffffff;
    color: var(--guidance-blue-dark) !important;
    box-shadow: 0 18px 34px rgba(7, 27, 68, 0.16);
    font-weight: 700;
}
.guidance-home .btn-primary:hover{
    background: #f3f8ff;
    color: var(--guidance-blue-dark) !important;
}
.guidance-home .guidance-hero-search .form-control{
    height: 62px;
    padding-left: 18px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(7, 27, 68, 0.18);
}
.guidance-home .guidance-hero-search .submit-cls{
    border: none;
    border-radius: 16px;
    background: var(--guidance-blue);
    box-shadow: 0 16px 30px rgba(22, 93, 255, 0.22);
}
.guidance-home .guidance-hero-metrics{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}
.guidance-home .guidance-metric-card{
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}
.guidance-home .guidance-metric-card strong{
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.guidance-home .guidance-metric-card span{
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.4;
}
.guidance-home .guidance-hero-panel{
    position: relative;
    z-index: 1;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 48px rgba(9, 28, 65, 0.18);
}
.guidance-home .guidance-panel-top h3{
    margin: 10px 0 10px;
    font-size: 28px;
    line-height: 1.2;
    color: var(--guidance-text);
}
.guidance-home .guidance-panel-top p,
.guidance-home .guidance-panel-note span{
    color: var(--guidance-muted) !important;
    line-height: 1.7;
}
.guidance-home .guidance-panel-label{
    color: var(--guidance-blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.guidance-home .guidance-quick-list{
    display: grid;
    gap: 12px;
    margin-top: 22px;
}
.guidance-home .guidance-quick-card{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid var(--guidance-border);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.guidance-home .guidance-quick-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(16, 43, 95, 0.08);
    border-color: #b7d0ff;
    color: inherit;
}
.guidance-home .guidance-quick-card-copy h4{
    margin: 6px 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--guidance-text);
}
.guidance-home .guidance-quick-card-copy p{
    color: var(--guidance-muted) !important;
    font-size: 13px;
    line-height: 1.6;
}
.guidance-home .guidance-quick-card strong{
    color: var(--guidance-blue-dark);
    font-size: 15px;
    white-space: nowrap;
}
.guidance-home .guidance-quick-badge{
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #dce8ff;
    color: var(--guidance-blue-dark);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.guidance-home .guidance-panel-note{
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8eefc;
}
.guidance-home .guidance-panel-note i{
    color: var(--guidance-blue);
    font-size: 18px;
    margin-top: 4px;
}
.guidance-home .guidance-trust-bar{
    padding: 6px 0 10px;
}
.guidance-home .guidance-trust-card{
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #ebf0fb;
    box-shadow: 0 16px 34px rgba(16, 43, 95, 0.05);
}
.guidance-home .guidance-trust-icon{
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--guidance-blue-soft);
    color: var(--guidance-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.guidance-home .guidance-trust-card h4,
.guidance-home .guidance-process-card h4,
.guidance-home .guidance-blog-card h4{
    color: var(--guidance-text);
}
.guidance-home .guidance-trust-card p{
    margin-top: 8px;
    color: var(--guidance-muted) !important;
    line-height: 1.7;
}
.guidance-home .guidance-section{
    padding: 56px 0;
}
.guidance-home .guidance-section-heading{
    margin-bottom: 28px;
}
.guidance-home .guidance-section-heading h2{
    margin: 14px 0 12px;
    font-size: 38px;
    line-height: 1.15;
    color: var(--guidance-text);
}
.guidance-home .guidance-section-heading p{
    max-width: 720px;
    color: var(--guidance-muted) !important;
    line-height: 1.8;
}
.guidance-home .guidance-section-split{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}
.guidance-home .guidance-text-link{
    color: var(--guidance-blue-dark);
    font-weight: 700;
}
.guidance-home .guidance-category-card{
    display: block;
    height: 100%;
    padding: 26px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #ebf0fb;
    box-shadow: 0 16px 34px rgba(16, 43, 95, 0.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.guidance-home .guidance-category-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(16, 43, 95, 0.09);
    border-color: #cfe0ff;
    color: inherit;
}
.guidance-home .guidance-category-icon{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--guidance-blue-soft);
    color: var(--guidance-blue);
    font-size: 24px;
}
.guidance-home .guidance-category-copy h5{
    margin: 18px 0 10px;
    color: var(--guidance-text);
}
.guidance-home .guidance-category-copy p{
    color: var(--guidance-muted) !important;
    line-height: 1.7;
}
.guidance-home .guidance-category-copy span{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--guidance-blue-dark);
    font-weight: 700;
}
.guidance-home .courses-card{
    margin-top: 0;
}
.guidance-home .single-popup-course{
    padding: 8px 10px 22px;
}
.guidance-home .guidance-service-card{
    border-radius: 24px !important;
    overflow: hidden;
    border: 1px solid #e7eefb !important;
    box-shadow: 0 18px 40px rgba(16, 43, 95, 0.07) !important;
    transition: transform .25s ease, box-shadow .25s ease;
}
.guidance-home .guidance-service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(16, 43, 95, 0.12) !important;
    color: inherit;
}
.guidance-home .guidance-service-card .courses-card-image img{
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.guidance-home .guidance-service-card .courses-text{
    padding: 18px 18px 16px !important;
}
.guidance-home .guidance-service-card .courses-text h5{
    font-size: 17px !important;
    line-height: 1.55;
    color: var(--guidance-text);
}
.guidance-home .guidance-card-output{
    min-height: 48px;
    margin: 6px 0 12px !important;
    color: var(--guidance-muted) !important;
    font-size: 14px;
    line-height: 1.7;
}
.guidance-home .guidance-service-card .courses-price{
    align-items: end;
}
.guidance-home .guidance-service-card .courses-price-left h5{
    font-size: 22px !important;
    color: var(--guidance-blue-dark);
}
.guidance-home .guidance-service-card .courses-price-right p{
    color: var(--guidance-muted) !important;
}
.guidance-home .guidance-service-card .compare-img{
    color: var(--guidance-blue-dark);
    font-weight: 600;
}
.guidance-home .guidance-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #edf2fb;
}
.guidance-home .guidance-card-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--guidance-blue-dark);
    font-size: 14px;
    font-weight: 700;
}
.guidance-home .guidance-card-note{
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--guidance-blue-dark);
    font-size: 12px;
    font-weight: 700;
}
.guidance-home .guidance-process{
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}
.guidance-home .guidance-process-card{
    position: relative;
    height: 100%;
    padding: 28px 24px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e5eefc;
    box-shadow: 0 18px 38px rgba(16, 43, 95, 0.06);
}
.guidance-home .guidance-process-number{
    position: absolute;
    top: 18px;
    right: 22px;
    color: #d7e4fb;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}
.guidance-home .guidance-process-icon{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: var(--guidance-blue);
    font-size: 22px;
}
.guidance-home .guidance-process-card h4{
    margin: 18px 0 12px;
    font-size: 20px;
}
.guidance-home .guidance-process-card p,
.guidance-home .guidance-blog-card p{
    color: var(--guidance-muted) !important;
    line-height: 1.75;
}
.guidance-home .guidance-blog-card{
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e7eefb;
    box-shadow: 0 18px 38px rgba(16, 43, 95, 0.06);
}
.guidance-home .guidance-blog-card img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.guidance-home .guidance-blog-copy{
    padding: 22px;
}
.guidance-home .guidance-blog-copy span{
    color: var(--guidance-blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.guidance-home .guidance-blog-copy h4{
    margin: 12px 0 10px;
    font-size: 21px;
    line-height: 1.45;
}
.guidance-home .guidance-faq{
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.guidance-home .guidance-faq-visual{
    position: relative;
    margin-top: 20px;
    padding: 26px 20px 8px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e7eefb;
    box-shadow: 0 20px 42px rgba(16, 43, 95, 0.06);
    text-align: center;
}
.guidance-home .guidance-faq-visual img{
    border-radius: 22px;
    width: 100%;
    object-fit: cover;
}
.guidance-home .guidance-faq-badge{
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(22, 93, 255, 0.92);
    color: #fff;
    text-align: left;
    box-shadow: 0 18px 36px rgba(22, 93, 255, 0.25);
}
.guidance-home .guidance-faq-badge strong{
    display: block;
    font-size: 22px;
    line-height: 1;
}
.guidance-home .guidance-faq-badge span{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}
.guidance-home .guidance-faq-accordion .accordion-item{
    margin: 0 0 14px;
    border: 1px solid #e7eefb !important;
    border-radius: 18px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 43, 95, 0.05);
}
.guidance-home .guidance-faq-accordion .accordion-button{
    padding: 22px 24px !important;
    font-size: 17px;
    font-weight: 600;
    color: var(--guidance-text);
    background: #fff;
}
.guidance-home .guidance-faq-accordion .accordion-button:not(.collapsed){
    background: #f7fbff;
    color: var(--guidance-blue-dark);
}
.guidance-home .guidance-faq-accordion .accordion-body{
    padding: 0 24px 22px;
}
.guidance-home .guidance-final-cta{
    padding: 20px 0 72px;
}
.guidance-home .guidance-cta-shell{
    padding: 34px 36px;
    border-radius: 30px;
    background: linear-gradient(130deg, #102d75 0%, #165dff 55%, #4f9bff 100%);
    box-shadow: 0 24px 56px rgba(13, 39, 92, 0.16);
}
.guidance-home .guidance-cta-shell .guidance-kicker,
.guidance-home .guidance-cta-shell h2,
.guidance-home .guidance-cta-shell p{
    color: #fff;
}
.guidance-home .guidance-cta-shell .guidance-kicker{
    background: rgba(255, 255, 255, 0.12);
}
.guidance-home .guidance-cta-shell h2{
    margin: 14px 0 12px;
    font-size: 40px;
    line-height: 1.12;
}
.guidance-home .guidance-cta-shell p{
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.8;
}
.guidance-home .guidance-cta-actions{
    display: grid;
    gap: 12px;
}
.guidance-home .guidance-cta-actions .btn{
    width: 100%;
    border-radius: 16px;
    font-weight: 700;
}
.guidance-home .guidance-outline-light{
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: transparent;
    color: #fff;
}
.guidance-home .guidance-outline-light:hover{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
@media only screen and (max-width: 1199px){
    .guidance-home .guidance-hero-copy h1{
        font-size: 46px;
    }
}
@media only screen and (max-width: 991px){
    .guidance-home .guidance-hero-shell,
    .guidance-home .guidance-cta-shell{
        padding: 32px 24px;
    }
    .guidance-home .guidance-hero-copy h1,
    .guidance-home .guidance-section-heading h2,
    .guidance-home .guidance-cta-shell h2{
        font-size: 34px;
    }
    .guidance-home .guidance-section-split{
        display: block;
    }
    .guidance-home .guidance-section-action{
        margin-top: 14px;
    }
}
@media only screen and (max-width: 767px){
    .guidance-home .guidance-hero{
        padding-top: 18px;
    }
    .guidance-home .guidance-hero-shell{
        border-radius: 24px;
        padding: 28px 18px;
    }
    .guidance-home .guidance-hero-copy h1{
        font-size: 30px;
    }
    .guidance-home .guidance-hero-copy p{
        font-size: 15px;
    }
    .guidance-home .guidance-hero-actions,
    .guidance-home .guidance-hero-metrics{
        grid-template-columns: 1fr;
        display: grid;
    }
    .guidance-home .guidance-hero-actions .btn,
    .guidance-home .guidance-outline-btn{
        width: 100%;
        text-align: center;
    }
    .guidance-home .guidance-hero-search .form-control{
        height: 54px;
    }
    .guidance-home .guidance-hero-panel{
        padding: 20px;
        border-radius: 22px;
    }
    .guidance-home .guidance-card-output{
        min-height: 0;
    }
    .guidance-home .guidance-card-footer{
        align-items: flex-start;
        flex-direction: column;
    }
    .guidance-home .guidance-section{
        padding: 42px 0;
    }
    .guidance-home .guidance-section-heading h2,
    .guidance-home .guidance-cta-shell h2{
        font-size: 28px;
    }
    .guidance-home .guidance-faq-badge{
        position: static;
        margin-bottom: 14px;
    }
}

/* Shared redesign after homepage */
.guidance-navbar{
    position: relative;
    z-index: 5000;
    padding: 18px 0;
    border-bottom: 1px solid #dbe7ff;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}
.guidance-navbar .logo img{
    max-height: 46px;
}
.guidance-navbar .main-nav-wrap .nav-link,
.guidance-navbar .text-dark.fw-600{
    color: #0f172a !important;
    font-weight: 600 !important;
}
.guidance-header-search-wrap .header-search,
.guidance-header-search-wrap .search-container{
    border-radius: 18px;
}
.guidance-header-search{
    min-height: 54px;
    padding: 4px 14px !important;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}
.guidance-header-search .search-input{
    background: transparent;
}
.guidance-right-menubar{
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 52px;
}
.guidance-header-link,
.guidance-auth-link{
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}
.guidance-header-link:hover,
.guidance-auth-link:hover{
    color: #2563eb;
}
.guidance-auth-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 8px;
    border-radius: 0;
    background: transparent;
    color: #dc2626;
    font-weight: 600;
    text-decoration: none;
    box-shadow: none;
}
.guidance-auth-button:hover{
    color: #b91c1c;
    background: transparent;
}
.guidance-navbar .menu_number{
    background: #2563eb;
    box-shadow: none;
}
.guidance-navbar .wisth_tgl_div,
.guidance-navbar .wisth_tgl_2div{
    display: flex;
    align-items: center;
}
.guidance-navbar .wisth_tgl_div,
.guidance-navbar .menu_pro_tgl_div{
    position: relative;
    z-index: 5100;
}
.guidance-navbar .menu_pro_cart_tgl{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-top: 0 !important;
}
.guidance-navbar .menu_pro_cart_tgl i{
    margin: 0;
}
.guidance-navbar .menu_wisth_tgl,
.guidance-navbar .menu_pro_tgl{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-top: 0 !important;
}
.guidance-navbar .menu_wisth_tgl i,
.guidance-navbar .menu_pro_tgl i{
    margin: 0;
}
.guidance-navbar .menu_pro_tgl-2div,
.guidance-navbar #headerNotification,
.guidance-navbar .wisth_tgl_2div{
    display: flex;
    align-items: center;
    min-height: 46px;
}
.guidance-navbar .profile-dropdown img{
    width: 38px !important;
    height: 38px !important;
    display: block;
    border-radius: 50%;
}
.guidance-navbar .right-menubar > *{
    align-self: center;
}
.guidance-navbar .menu_pro_wish,
.guidance-navbar .menu_pro_tgl_bg{
    z-index: 5200 !important;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    box-shadow: 0 24px 40px -32px rgba(15, 23, 42, 0.45);
}
.guidance-mobile-offcanvas{
    border-right: 1px solid #dbeafe;
}
.guidance-mobile-offcanvas .offcanvas-header,
.guidance-mobile-offcanvas .offcanves-profile{
    border-bottom: 1px solid #e6eefc;
}
.guidance-mobile-offcanvas .signUp-btn,
.guidance-mobile-offcanvas .logIn-btn{
    border-radius: 14px;
}

.guidance-catalog-page{
    padding: 24px 0 72px;
}
.guidance-page-hero{
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-end;
    padding: 32px 34px;
    margin-bottom: 28px;
    border: 1px solid #dbeafe;
    border-radius: 30px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 65%, #eef5ff 100%);
    box-shadow: 0 28px 50px -42px rgba(37, 99, 235, 0.6);
}
.guidance-page-hero h1{
    margin: 12px 0 14px;
    font-size: 52px;
    line-height: 1.08;
    color: #0f172a;
}
.guidance-page-hero p{
    margin: 0;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
}
.guidance-empty-state{
    padding: 72px 24px;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.18);
}
.guidance-filter-shell{
    display: grid;
    gap: 18px;
    position: sticky;
    top: 24px;
}
.guidance-filter-card{
    padding: 24px 22px;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 44px -36px rgba(15, 23, 42, 0.2);
}
.guidance-filter-card h3{
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}
.guidance-filter-card .form-check{
    margin-bottom: 10px;
}
.guidance-filter-card .form-check:last-child{
    margin-bottom: 0;
}
.guidance-filter-card .form-check-label{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #334155;
}
.guidance-filter-card .form-check-input:checked{
    background-color: #2563eb;
    border-color: #2563eb;
}
.guidance-filter-card .show-more{
    margin-top: 12px;
}
.guidance-catalog-toolbar{
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.18);
}
.guidance-catalog-toolbar-left{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.guidance-view-switch{
    display: inline-flex;
    gap: 10px;
}
.guidance-catalog-toolbar .list-btn{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    background: #f8fbff;
}
.guidance-catalog-toolbar .list-btn:hover,
.guidance-catalog-toolbar .list-btn.active{
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}
.guidance-results-count{
    margin: 0;
    color: #64748b;
}
.guidance-sort-box .nice-select,
.guidance-sort-box .form-select{
    min-width: 220px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background-color: #f8fbff;
}
.guidance-catalog-grid .row{
    row-gap: 24px;
}
.guidance-catalog-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbeafe;
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 26px 42px -36px rgba(15, 23, 42, 0.22);
}
.guidance-catalog-card:hover,
.guidance-list-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 28px 46px -34px rgba(37, 99, 235, 0.28);
}
.guidance-catalog-card .courses-card-image,
.guidance-list-card .courses-card-image{
    padding: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}
.guidance-catalog-card .courses-card-image img{
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    object-fit: contain;
    background: #fff;
}
.guidance-list-card{
    display: flex;
    gap: 22px;
    padding: 16px;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 26px 42px -36px rgba(15, 23, 42, 0.22);
}
.guidance-list-card .courses-card-image{
    flex: 0 0 260px;
    border-radius: 22px;
}
.guidance-list-card .courses-card-image img{
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    object-fit: contain;
    background: #fff;
}
.guidance-catalog-card .courses-icon,
.guidance-list-card .courses-icon,
.guidance-detail-card .courses-icon{
    right: 16px;
    top: 16px;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #dbeafe;
    box-shadow: none;
}
.guidance-catalog-card .courses-text,
.guidance-list-card .courses-text{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
}
.guidance-catalog-card .courses-text h5,
.guidance-list-card .courses-text h5{
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: #0f172a;
}
.guidance-catalog-card-price{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}
.guidance-catalog-card-price h5{
    margin: 0;
    font-size: 19px !important;
    color: #2563eb;
}
.guidance-catalog-card-price p{
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
}
.guidance-catalog-card .service-highlights,
.guidance-list-card .service-highlights,
.guidance-enrollment-card .service-highlights,
.guidance-detail-highlights{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.guidance-catalog-card .service-highlights span,
.guidance-list-card .service-highlights span,
.guidance-enrollment-card .service-highlights span,
.guidance-detail-highlights span{
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #f5f9ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
}
.guidance-catalog-card .ellipsis-line-3,
.guidance-list-card .ellipsis-line-3{
    color: #64748b;
    line-height: 1.7;
    min-height: 82px;
}
.guidance-catalog-card-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
}
.guidance-catalog-card-meta span{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.guidance-catalog-card-footer{
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #e6eefc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.guidance-catalog-card .compare-img,
.guidance-list-card .compare-img{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2563eb;
    font-weight: 600;
}
.guidance-card-link{
    color: #0f172a;
    font-weight: 600;
}
.guidance-list-card-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.guidance-list-card-top .compare-img{
    margin-left: auto;
}
.guidance-list-card .courses-d-flex-text{
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.guidance-detail-page .bread-crumb{
    background-image: none;
}
.guidance-detail-hero{
    padding: 14px 0 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #eef5ff 100%);
    border-bottom: 1px solid #dbeafe;
}
.guidance-detail-hero .courses-details-1st-text{
    max-width: 860px;
}
.guidance-detail-hero .courses-details-1st-text h1{
    font-size: 54px;
    line-height: 1.08;
    color: #0f172a;
    margin: 8px 0 14px;
}
.guidance-detail-page .courses-details .courses-details-1st-text > p,
.guidance-detail-page .courses-details .courses-details-1st-text .info-tag,
.guidance-detail-page .courses-details .courses-details-1st-text .info-tag p,
.guidance-detail-page .courses-details .courses-details-1st-text .info-tag i{
    color: #64748b !important;
}
.guidance-detail-page .courses-details .courses-details-1st-text .icon ul li i{
    color: #f59e0b !important;
}
.guidance-detail-page .courses-details .courses-details-1st-text .icon ul .text-light{
    color: #cbd5e1 !important;
}
.guidance-detail-page .courses-details-1st-text > p.mb-3{
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px !important;
}
.guidance-detail-page .course-heading-info{
    gap: 14px 24px;
}
.guidance-detail-page .course-heading-info .info-tag{
    margin-right: 0;
}
.guidance-detail-page .courses-details .courses-details-1st-text .review{
    margin-bottom: 0;
}
.guidance-detail-page .course-heading-info.mb-3{
    margin-bottom: 0 !important;
}
.guidance-detail-content{
    padding: 10px 0 64px;
}
.guidance-detail-content .course-left-side.guidance-detail-tabs{
    margin-top: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.guidance-detail-tabs #myTab{
    padding: 10px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.15);
}
.guidance-detail-tabs #myTab .nav-link{
    border: 0;
    border-radius: 14px;
    min-height: 52px;
    color: #334155;
}
.guidance-detail-tabs #myTab .nav-link.active{
    background: #eff6ff;
    color: #1d4ed8;
}
.guidance-detail-tabs .tab-content{
    margin-top: 18px;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.16);
}
.guidance-detail-card{
    position: sticky;
    top: 24px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 26px 44px -34px rgba(15, 23, 42, 0.18);
}
.guidance-detail-content .course-right-section .course-card.guidance-detail-card{
    margin-top: 0;
}
.guidance-detail-card .courses-card-image{
    padding: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-bottom: 1px solid #e6eefc;
}
.guidance-detail-card .courses-card-image img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 20px;
    background: #fff;
    min-height: 260px;
    max-height: 320px;
}
.guidance-detail-price{
    padding: 24px 24px 10px;
    align-items: flex-start;
}
.guidance-detail-price h1{
    color: #2563eb;
    font-size: 34px;
}
.guidance-detail-price h3{
    color: #94a3b8;
    font-size: 18px;
    padding: 6px 0 0 0;
}
.guidance-detail-price a img{
    filter: none !important;
}
.guidance-detail-item{
    margin: 0 24px;
    padding: 14px 0;
    border-top: 1px solid #e6eefc;
}
.guidance-detail-item .icon{
    display: flex;
    align-items: center;
    gap: 12px;
}
.guidance-detail-icon{
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 16px;
    flex: 0 0 22px;
}
.guidance-detail-item .icon h4,
.guidance-detail-item h5{
    color: #0f172a;
}
.guidance-detail-item h5{
    font-size: 15px;
    font-weight: 700;
}
.guidance-detail-actions{
    padding: 24px;
    display: grid;
    gap: 12px;
}
.guidance-detail-actions a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    border-radius: 16px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}
.guidance-detail-actions a.active,
.guidance-detail-actions a:hover{
    background: #2563eb;
    color: #fff;
}
.guidance-detail-share{
    border-top: 1px solid #e6eefc;
    margin-top: 8px;
    padding-top: 18px !important;
}
.guidance-detail-section{
    margin: 0;
    padding: 26px 28px;
    line-height: 1.75;
}
.guidance-detail-section + .guidance-detail-section{
    border-top: 1px solid #e6eefc;
}
.guidance-detail-section .description-head{
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    color: #0f172a !important;
}
.guidance-detail-section p{
    margin-bottom: 0;
    color: #475569;
}
.guidance-detail-section ul.step-down{
    margin: 8px 0 0;
    padding-left: 0;
}
.guidance-detail-section ul.step-down li{
    margin: 12px 0 0;
    padding-left: 18px;
    line-height: 1.7;
}
.guidance-detail-section ul.step-down li::after{
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
}
.guidance-detail-section ul.step-down li::before{
    left: 3px;
    top: 11px;
    height: calc(100% + 10px);
}
.guidance-detail-section.requirements ul{
    margin: 8px 0 0;
    padding-left: 18px;
}
.guidance-detail-section.requirements ul li{
    margin: 8px 0;
    line-height: 1.7;
    color: #475569;
}
.guidance-workflow-step,
.guidance-testimonial-card{
    border-color: #dbeafe !important;
    border-radius: 20px !important;
    background: #f8fbff;
}
.guidance-detail-faq .accordion-item{
    border: 1px solid #dbeafe;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 12px;
}
.guidance-detail-faq .accordion-button{
    background: #f8fbff;
    box-shadow: none;
}
.guidance-detail-faq .accordion-button.mt-20px{
    margin-top: 0 !important;
}
.guidance-detail-faq .accordion-body{
    color: #475569;
    line-height: 1.7;
}
.guidance-related-section{
    padding-bottom: 72px;
}
.guidance-related-section .guidance-section-heading{
    margin-bottom: 28px;
}
.guidance-related-section .guidance-market-grid > div{
    display: flex;
}
.guidance-related-section .guidance-service-card{
    width: 100%;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 26px 42px -36px rgba(15, 23, 42, 0.22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.guidance-related-section .guidance-service-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 28px 46px -34px rgba(37, 99, 235, 0.28);
}
.guidance-related-section .guidance-market-grid .courses-card-image{
    padding: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}
.guidance-related-section .guidance-market-grid .guidance-service-card .courses-card-image img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 18px;
    background: #fff;
}
.guidance-related-section .guidance-market-grid .guidance-service-card .courses-text{
    padding: 10px 14px 12px;
}
.guidance-related-section .guidance-market-grid .courses-price-border{
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    border-top: none;
}
.guidance-related-section .guidance-market-grid .courses-price{
    align-items: flex-start;
}
.guidance-related-section .guidance-market-grid .courses-price-left{
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.guidance-related-section .guidance-market-grid .courses-price-left h5{
    margin: 0;
    font-size: 22px !important;
    line-height: 1.1;
    color: #2563eb;
}
.guidance-related-section .guidance-market-grid .courses-price-left p{
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
}
.guidance-related-section .guidance-market-grid .guidance-market-title{
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.35;
    font-size: 16px !important;
    color: #0f172a;
    margin: 0 0 8px;
}
.guidance-related-section .guidance-market-grid .service-highlights{
    gap: 6px;
    margin-top: 2px;
    margin-bottom: 8px;
}
.guidance-related-section .guidance-market-grid .service-highlights span{
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #f5f9ff;
    color: #1d4ed8;
    font-weight: 600;
}
.guidance-related-section .guidance-market-grid .guidance-card-output{
    min-height: 0;
    margin: 6px 0 10px;
    font-size: 13px;
    line-height: 1.65;
    color: #64748b;
}

.guidance-cart-table,
.guidance-cart-summary,
.guidance-account-card,
.guidance-compare-page .empty-card,
.guidance-compare-page .card,
.guidance-compare-2-table,
.guidance-account-shell{
    border: 1px solid #dbeafe;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.16);
}
.guidance-cart-table{
    padding: 24px;
}
.guidance-cart-summary{
    padding: 24px;
}
.guidance-cart-summary .tax,
.guidance-cart-summary .sub-total{
    padding: 12px 0;
    border-bottom: 1px solid #e6eefc;
}
.guidance-cart-summary .tax:last-of-type{
    border-bottom: 0;
}
.guidance-cart-note{
    border-radius: 16px;
    background: #f8fbff;
}
.guidance-page-shell{
    padding: 36px 0 70px;
}
.guidance-cart-hero{
    margin-bottom: 30px;
}
.guidance-cart-hero .guidance-page-hero-copy{
    max-width: 780px;
}
.guidance-page-hero-breadcrumb{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}
.guidance-page-hero-breadcrumb a{
    color: #2563eb;
}
.guidance-cart-hero .guidance-page-hero-side{
    display: grid;
    gap: 16px;
    justify-items: end;
}
.guidance-cart-hero-note{
    min-width: 190px;
    padding: 18px 20px;
    border: 1px solid #dbeafe;
    border-radius: 22px;
    background: #fff;
    text-align: left;
    box-shadow: 0 20px 38px -34px rgba(37, 99, 235, 0.24);
}
.guidance-cart-hero-note strong{
    display: block;
    color: #1d4ed8;
    font-size: 34px;
    line-height: 1;
}
.guidance-cart-hero-note span{
    display: block;
    margin-top: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
}
.guidance-cart-hero-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}
.guidance-cart-hero-badges span{
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #fff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}
.guidance-cart-list-shell{
    padding: 28px;
    border: 1px solid #dbeafe;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.16);
}
.guidance-cart-list-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.guidance-cart-list-head h3{
    margin: 12px 0 10px;
    font-size: 34px;
    color: #0f172a;
}
.guidance-cart-list-head p{
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}
.guidance-cart-list-count{
    min-width: 140px;
    padding: 16px 18px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    text-align: center;
}
.guidance-cart-list-count strong{
    display: block;
    color: #1d4ed8;
    font-size: 28px;
    line-height: 1;
}
.guidance-cart-list-count span{
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}
.guidance-cart-items{
    display: grid;
    gap: 18px;
}
.guidance-cart-item{
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 180px;
    gap: 18px;
    padding: 18px;
    border: 1px solid #e6eefc;
    border-radius: 26px;
    background: #fbfdff;
}
.guidance-cart-item-thumb{
    padding: 10px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}
.guidance-cart-item-thumb img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
}
.guidance-cart-item-copy{
    min-width: 0;
}
.guidance-cart-item-title{
    display: inline-block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.guidance-cart-item-title:hover{
    color: #1d4ed8;
}
.guidance-cart-item-desc{
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}
.guidance-cart-highlights{
    margin-top: 12px;
}
.guidance-cart-item-side{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}
.guidance-cart-item-price{
    text-align: right;
}
.guidance-cart-item-price h4{
    margin: 0;
    color: #2563eb;
    font-size: 28px;
    font-weight: 700;
}
.guidance-cart-item-price p{
    margin: 6px 0 0;
    color: #94a3b8;
    font-size: 13px;
}
.guidance-cart-remove{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dc2626;
    font-weight: 700;
}
.guidance-cart-summary-card{
    padding: 28px;
    border-radius: 30px;
}
.guidance-cart-summary-card h4{
    margin: 12px 0 8px;
    color: #0f172a;
    font-size: 30px;
}
.guidance-cart-summary-copy{
    margin: 0 0 18px;
    color: #64748b;
    line-height: 1.7;
}
.guidance-cart-coupon .input-group{
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #f8fbff;
}
.guidance-cart-coupon .form-control{
    min-height: 52px;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.guidance-cart-coupon .btn-primary{
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 52%, #3b82f6 100%);
}
.guidance-cart-empty{
    text-align: center;
}
.guidance-cart-empty h3{
    margin-bottom: 10px;
    color: #0f172a;
}
.guidance-cart-empty p{
    max-width: 520px;
    margin: 0 auto 20px;
    color: #64748b;
}
.guidance-cart-table .table img{
    width: 138px;
    border-radius: 16px;
    object-fit: contain;
    background: #f8fbff;
}
.guidance-compare-hero{
    margin-bottom: 30px;
}
.guidance-compare-page .card{
    padding: 18px;
    border-radius: 24px;
}
.guidance-compare-page .card img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 16px;
    background: #f8fbff;
}
.guidance-compare-table-wrap .compare-2-table{
    overflow: hidden;
}
.guidance-compare-table-wrap .table{
    margin-bottom: 0;
}
.guidance-compare-table-wrap .table th,
.guidance-compare-table-wrap .table td{
    padding: 18px 16px;
    vertical-align: top;
}
.guidance-account-shell{
    padding: 24px;
    position: sticky;
    top: 24px;
}
.guidance-purchase-page .guidance-purchase-card{
    padding: 28px;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.16);
}
.guidance-purchase-head{
    margin-bottom: 20px;
}
.guidance-purchase-head h3{
    margin: 12px 0 10px;
    color: #0f172a;
    font-size: 32px;
}
.guidance-purchase-head p{
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}
.guidance-purchase-table{
    margin-bottom: 0;
}
.guidance-purchase-table thead th{
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid #e6eefc;
    padding: 16px 14px;
}
.guidance-purchase-table tbody td{
    vertical-align: top;
    padding: 18px 14px;
    border-bottom: 1px solid #eef4ff;
    color: #334155;
}
.guidance-purchase-item{
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.guidance-purchase-item img{
    width: 88px;
    height: 66px;
    object-fit: contain;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #e6eefc;
    flex: 0 0 88px;
}
.guidance-purchase-item-copy a{
    display: inline-block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}
.guidance-purchase-item-copy a:hover{
    color: #1d4ed8;
}
.guidance-purchase-item-copy p{
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}
.guidance-purchase-method{
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #f8fbff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}
.guidance-purchase-status{
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.guidance-purchase-status-success{
    background: #ecfdf3;
    color: #047857;
}
.guidance-purchase-status-pending{
    background: #eff6ff;
    color: #1d4ed8;
}
.guidance-purchase-status-suspended{
    background: #fff1f2;
    color: #be123c;
}
.guidance-purchase-invoice{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    background: #f8fbff;
    color: #1d4ed8;
    font-weight: 700;
}
.guidance-purchase-muted{
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
}
.guidance-account-page{
    padding: 34px 0 72px;
}
.guidance-account-hero{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 28px;
    padding: 32px 34px;
    border: 1px solid #dbeafe;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(191, 219, 254, 0.7), transparent 32%),
        linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
    box-shadow: 0 24px 40px -34px rgba(37, 99, 235, 0.22);
}
.guidance-account-hero-copy{
    max-width: 820px;
}
.guidance-account-hero-copy h1{
    margin: 12px 0 14px;
    color: #0f172a;
    font-size: 54px;
    line-height: 1.05;
}
.guidance-account-hero-copy p{
    margin: 0;
    max-width: 760px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
}
.guidance-account-hero-stats{
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px;
    align-self: flex-start;
}
.guidance-account-hero-stat{
    min-width: 150px;
    padding: 18px 20px;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.18);
}
.guidance-account-hero-stat strong{
    display: block;
    color: #1d4ed8;
    font-size: 34px;
    line-height: 1;
}
.guidance-account-hero-stat span{
    display: block;
    margin-top: 9px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}
.guidance-account-section-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}
.guidance-account-section-head h2{
    margin: 12px 0 10px;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.14;
}
.guidance-account-section-head p{
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}
.guidance-account-menu{
    display: grid;
    gap: 12px;
    margin-top: 22px;
}
.btn-profile-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
    color: #1e293b;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}
.btn-profile-menu:hover,
.btn-profile-menu.active{
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #eff6ff 0%, #e4efff 100%);
    color: #1d4ed8;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.12);
}
.guidance-menu-badge{
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ef4444;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 7px;
}
.guidance-account-content h1{
    margin-bottom: 8px;
    font-size: 42px;
    color: #0f172a;
}
.guidance-account-content,
.guidance-purchase-card,
.profile-ful-body{
    padding: 28px 28px 30px;
    border: 1px solid #dbeafe;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 24px 40px -34px rgba(15, 23, 42, 0.16);
}
.guidance-account-shell{
    padding: 22px 20px 20px;
}
.student-profile-info{
    margin: 4px 0 8px;
    padding: 10px 10px 16px;
    text-align: center;
}
.student-profile-info .profile-image{
    width: 108px;
    height: 108px;
    object-fit: cover;
    border-radius: 999px;
    border: 6px solid #f8fbff;
    box-shadow: 0 18px 34px -28px rgba(37, 99, 235, 0.28);
}
.student-profile-info h4{
    margin-top: 18px;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}
.student-profile-info span{
    display: inline-block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}
.guidance-order-card{
    border-radius: 24px;
}
.guidance-order-card .card-body{
    padding: 26px 28px;
}
.guidance-order-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: center;
}
.guidance-order-main h4{
    margin: 0;
    font-size: 28px;
    color: #0f172a;
}
.guidance-order-side{
    display: flex;
    justify-content: flex-end;
}
.guidance-order-side-box{
    width: 100%;
    max-width: 220px;
    padding: 6px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
}
.guidance-order-chip{
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}
.guidance-order-meta-row span{
    color: #64748b;
}
.guidance-order-code{
    margin: 4px 0 16px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}
.guidance-primary-button{
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
    border-color: #2563eb;
    background: #2563eb;
    box-shadow: 0 16px 30px -22px rgba(37, 99, 235, 0.65);
}
.guidance-primary-button:hover,
.guidance-primary-button:focus{
    border-color: #1d4ed8;
    background: #1d4ed8;
}
.guidance-secondary-button{
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}
.guidance-secondary-button:hover,
.guidance-secondary-button:focus{
    border-color: #93c5fd;
    background: #dbeafe;
    color: #1d4ed8;
}
.guidance-empty-state{
    padding: 20px;
}
.guidance-order-detail-hero-card .card-body{
    padding: 30px 32px;
}
.guidance-order-detail-page .guidance-order-main h2{
    margin: 0;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.18;
}
.guidance-order-detail-page .guidance-detail-section{
    padding: 0;
}
.guidance-detail-section .card-body{
    padding: 20px 22px;
}
.guidance-detail-section .card-body{
    display: block;
}
.guidance-detail-section h4{
    margin-bottom: 10px !important;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.2;
}
.guidance-detail-head{
    margin-bottom: 22px;
}
.guidance-detail-head h2{
    margin: 12px 0 10px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.15;
}
.guidance-detail-head p,
.guidance-detail-intro{
    margin: 0 0 12px;
    color: #64748b;
    line-height: 1.65;
    font-size: 15px;
}
.guidance-order-summary-card .card-body{
    padding: 28px 30px 30px;
}
.guidance-summary-points{
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: #334155;
}
.guidance-summary-points li{
    line-height: 1.75;
    color: #334155;
}
.guidance-summary-points li::marker{
    color: #2563eb;
}
.guidance-summary-points strong{
    color: #0f172a;
    font-weight: 800;
}
.guidance-action-hint{
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
    color: #334155;
    line-height: 1.6;
    box-shadow: 0 16px 30px -26px rgba(37, 99, 235, 0.2);
}
.guidance-action-hint strong{
    color: #1d4ed8;
}
.guidance-detail-stack{
    display: grid;
    gap: 12px;
}
.guidance-detail-stack p{
    margin: 0;
    color: #334155;
    line-height: 1.75;
}
.guidance-inline-empty{
    padding: 14px 16px;
    border: 1px solid #e6eefc;
    border-radius: 16px;
    background: #f8fbff;
    color: #64748b;
    line-height: 1.6;
}
.guidance-detail-section .form-control{
    min-height: 48px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #f8fbff;
    color: #334155;
}
.guidance-detail-section textarea.form-control{
    min-height: 104px;
    resize: vertical;
}
.guidance-detail-pair .guidance-detail-section{
    height: 100%;
}
.guidance-detail-pair .guidance-detail-section .card-body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.guidance-detail-pair .guidance-detail-section form{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.guidance-detail-pair .guidance-detail-section form .guidance-primary-button,
.guidance-detail-pair .guidance-detail-section form .guidance-secondary-button{
    margin-top: auto;
}
.guidance-detail-section label{
    margin-bottom: 6px;
    color: #334155;
    font-weight: 700;
}
.guidance-detail-table{
    margin-bottom: 0;
}
.guidance-detail-table thead th{
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid #e6eefc;
    padding: 10px 10px;
}
.guidance-detail-table tbody td{
    padding: 12px 10px;
    color: #334155;
    border-bottom: 1px solid #eef4ff;
    vertical-align: top;
}
.guidance-detail-table tbody tr:last-child td{
    border-bottom: 0;
}
.guidance-note-card{
    padding: 14px 16px 12px;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background: #f8fbff;
    margin-bottom: 10px;
}
.guidance-enrollment-card{
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.guidance-enrollment-image img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 20px;
    background: #f8fbff;
}
.guidance-enrollment-copy{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.guidance-enrollment-copy h3{
    margin: 0;
    font-size: 28px;
    color: #0f172a;
}
.guidance-enrollment-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #64748b;
    font-size: 14px;
}
.guidance-enrollment-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.guidance-enrollment-actions .btn{
    min-height: 48px;
    border-radius: 14px;
    padding: 0 18px;
}
.guidance-order-list .badge,
.guidance-order-hero .badge{
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}
.guidance-dashboard .table thead th{
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.guidance-dashboard .table td{
    color: #334155;
}
.guidance-dashboard .table tbody tr:last-child td{
    border-bottom: 0;
}

.guidance-auth-page{
    padding: 44px 0 72px;
}
.guidance-auth-shell{
    border: 1px solid #dbeafe;
    border-radius: 34px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 52%, #ffffff 100%);
    box-shadow: 0 32px 70px -46px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}
.guidance-auth-aside{
    height: 100%;
    padding: 48px 42px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 42%),
        linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
    border-right: 1px solid #dbeafe;
}
.guidance-auth-aside h1{
    margin: 16px 0 16px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: #0f172a;
}
.guidance-auth-aside p{
    margin: 0;
    color: #53657f;
    font-size: 16px;
    line-height: 1.8;
}
.guidance-auth-points{
    display: grid;
    gap: 14px;
    margin-top: 26px;
}
.guidance-auth-point{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1e3a8a;
    font-size: 15px;
    line-height: 1.65;
}
.guidance-auth-point i{
    margin-top: 4px;
    color: #2563eb;
}
.guidance-auth-visual-card{
    margin-top: 32px;
    padding: 20px;
    border: 1px solid #dbeafe;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 44px -34px rgba(37, 99, 235, 0.24);
    backdrop-filter: blur(10px);
}
.guidance-auth-visual-top{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.guidance-auth-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #fff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}
.guidance-auth-visual-media{
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    border: 1px solid #e3edff;
    text-align: center;
}
.guidance-auth-visual-media img{
    width: min(100%, 360px);
    max-height: 300px;
    object-fit: contain;
}
.guidance-auth-visual-copy{
    margin-top: 16px;
}
.guidance-auth-visual-copy strong{
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 18px;
}
.guidance-auth-visual-copy p{
    font-size: 14px;
    line-height: 1.7;
}
.guidance-auth-panel{
    height: 100%;
    padding: 34px;
}
.guidance-auth-card{
    height: 100%;
    padding: 40px 40px 34px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 28px 54px -38px rgba(15, 23, 42, 0.2);
}
.guidance-auth-card-head{
    margin-bottom: 28px;
}
.guidance-auth-card-head h2{
    margin: 14px 0 10px;
    font-size: 36px;
    color: #0f172a;
}
.guidance-auth-card-head p{
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}
.guidance-auth-form{
    display: grid;
    gap: 18px;
}
.guidance-auth-field label{
    display: inline-block;
    margin-bottom: 9px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}
.guidance-auth-input{
    position: relative;
}
.guidance-auth-input > i:first-child{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
}
.guidance-auth-input .form-control,
.guidance-auth-file,
.guidance-auth-textarea{
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #f8fbff;
    color: #0f172a;
    box-shadow: none;
}
.guidance-auth-input .form-control{
    min-height: 58px;
    padding-left: 50px;
    padding-right: 54px;
}
.guidance-auth-textarea{
    min-height: 120px;
    padding: 16px 18px;
}
.guidance-auth-file{
    min-height: 56px;
    padding: 15px 18px;
}
.guidance-auth-input .form-control:focus,
.guidance-auth-file:focus,
.guidance-auth-textarea:focus{
    border-color: #93c5fd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}
.guidance-auth-label-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}
.guidance-auth-inline-link,
.guidance-auth-foot a{
    color: #1d4ed8;
    font-weight: 700;
}
.guidance-auth-inline-link:hover,
.guidance-auth-foot a:hover{
    color: #1e40af;
}
.guidance-auth-toggle{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #94a3b8;
}
.guidance-auth-captcha{
    margin-top: 4px;
}
.guidance-auth-submit{
    min-height: 58px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 52%, #3b82f6 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 22px 34px -24px rgba(37, 99, 235, 0.55);
}
.guidance-auth-submit:hover{
    color: #fff;
    transform: translateY(-1px);
}
.guidance-auth-divider{
    position: relative;
    margin: 26px 0 18px;
    text-align: center;
}
.guidance-auth-divider::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #e6eefc;
}
.guidance-auth-divider span{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 14px;
    background: #fff;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.guidance-auth-social{
    display: flex;
    justify-content: center;
}
.guidance-auth-foot{
    margin-top: 22px;
    text-align: center;
}
.guidance-auth-foot p{
    margin: 0;
    color: #64748b;
}
.guidance-auth-checkbox{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}
.guidance-auth-checkbox input{
    width: 18px;
    height: 18px;
    margin-top: 0;
}
.guidance-auth-checkbox label{
    margin: 0;
    color: #334155;
    font-weight: 600;
}
.guidance-auth-help{
    display: block;
    margin-top: 8px;
    color: #64748b;
    line-height: 1.6;
}

@media only screen and (max-width: 1199px){
    .guidance-page-hero h1,
    .guidance-detail-hero .courses-details-1st-text h1{
        font-size: 42px;
    }
    .guidance-catalog-card .courses-text h5,
    .guidance-list-card .courses-text h5,
    .guidance-enrollment-copy h3{
        font-size: 22px;
    }
    .guidance-auth-aside h1{
        font-size: 35px;
    }
    .guidance-auth-card-head h2{
        font-size: 32px;
    }
    .guidance-cart-list-head h3{
        font-size: 30px;
    }
    .guidance-cart-item-title{
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px){
    .guidance-page-hero{
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
    }
    .guidance-filter-shell,
    .guidance-detail-card,
    .guidance-account-shell{
        position: static;
    }
    .guidance-list-card,
    .guidance-enrollment-card{
        grid-template-columns: 1fr;
        display: grid;
    }
    .guidance-list-card .courses-card-image{
        flex: 0 0 auto;
    }
    .guidance-cart-item{
        grid-template-columns: 130px minmax(0, 1fr);
    }
    .guidance-cart-item-side{
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
    }
    .guidance-cart-hero .guidance-page-hero-side{
        justify-items: start;
    }
    .guidance-cart-hero-badges{
        justify-content: flex-start;
    }
    .guidance-cart-list-head{
        flex-direction: column;
    }
    .guidance-auth-page{
        padding: 26px 0 54px;
    }
    .guidance-auth-aside{
        border-right: 0;
        border-bottom: 1px solid #dbeafe;
    }
    .guidance-auth-panel{
        padding: 24px;
    }
    .guidance-auth-card{
        padding: 30px 24px 26px;
    }
    .guidance-account-hero{
        flex-direction: column;
        padding: 26px 24px;
    }
    .guidance-account-hero-stats{
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .guidance-order-layout{
        grid-template-columns: 1fr;
    }
    .guidance-order-side{
        justify-content: flex-start;
    }
    .guidance-order-side-box{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .guidance-navbar{
        padding: 14px 0;
    }
    .guidance-page-hero h1,
    .guidance-detail-hero .courses-details-1st-text h1,
    .guidance-account-content h1{
        font-size: 32px;
    }
    .guidance-account-hero-copy h1{
        font-size: 38px;
    }
    .guidance-account-hero-copy p{
        font-size: 16px;
    }
    .guidance-account-section-head h2{
        font-size: 30px;
    }
    .guidance-account-content,
    .guidance-purchase-card,
    .profile-ful-body{
        padding: 22px 18px 24px;
        border-radius: 24px;
    }
    .guidance-account-shell{
        padding: 18px 16px;
    }
    .guidance-account-hero-stats{
        grid-template-columns: 1fr;
    }
    .student-profile-info h4{
        font-size: 24px;
    }
    .guidance-page-hero{
        border-radius: 24px;
    }
    .guidance-catalog-toolbar{
        align-items: flex-start !important;
        flex-direction: column;
    }
    .guidance-sort-box,
    .guidance-sort-box .nice-select,
    .guidance-sort-box .form-select{
        width: 100%;
    }
    .guidance-catalog-card .courses-text,
    .guidance-list-card .courses-text,
    .guidance-detail-section{
        padding-left: 18px;
        padding-right: 18px;
    }
    .guidance-catalog-card-footer,
    .guidance-enrollment-actions{
        align-items: stretch;
        flex-direction: column;
    }
    .guidance-page-shell{
        padding: 22px 0 50px;
    }
    .guidance-cart-list-shell,
    .guidance-cart-summary-card{
        padding: 22px 18px;
        border-radius: 24px;
    }
    .guidance-cart-list-head h3,
    .guidance-cart-summary-card h4{
        font-size: 26px;
    }
    .guidance-cart-item{
        grid-template-columns: 1fr;
        padding: 16px;
    }
    .guidance-cart-item-title{
        font-size: 22px;
    }
    .guidance-cart-item-side{
        align-items: flex-start;
        flex-direction: column;
    }
    .guidance-auth-aside{
        padding: 28px 22px;
    }
    .guidance-auth-aside h1{
        font-size: 28px;
        line-height: 1.26;
    }
    .guidance-auth-panel{
        padding: 18px;
    }
    .guidance-auth-card{
        padding: 24px 18px 22px;
        border-radius: 24px;
    }
    .guidance-auth-card-head h2{
        font-size: 28px;
    }
    .guidance-auth-label-row{
        align-items: flex-start;
        flex-direction: column;
    }
}
