body {
    font-family: "Figtree", sans-serif;
    font-size: 1rem;
    color: #000022;
}
input:focus {outline: 0 none}
img {max-width: 100%;display: block;}
:focus-visible {
    outline: none;
}
.imgcover {object-fit: cover;}
.white-color {
    color: #ffffff!important;
}
.primary-color {
    color: #EF353E;
}
.dark-color {
    color: #002;
}
.grey-bg {
    background-color: #F4F3F8;
}
.fw-400 {
    font-weight: 400!important;
}
.fw-500 {
    font-weight: 500!important;
}
.fw-600 {
    font-weight: 600!important;
}
.fw-700 {
    font-weight: 700!important;
}
.fs-12 {
    font-size: 0.75rem;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-16 {
    font-size: 1rem;
}
.fs-18 {
    font-size: 1.125rem;
}
.flex-1 {
    flex: 1;
}
.decoration-none {
    text-decoration: none;
}
h1,h2,h3,h4,h5.h6 {font-family: "Figtree", sans-serif;}
h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #000022;
    font-weight: 600;
}
h2 span {color: #EF353E}
.primary-radius {
    border-radius: 8px!important;
}
.cover {
    object-fit: cover;
}
.overflow-hidden {
    overflow: hidden;
}
/* main.page_wrapper {
    padding-top: 108px;
} */
.btn,#btn-razorpay-cancel,#btn-razorpay {
    font-size: 0.875rem;
    font-weight: 500;
    color: #002;
    border-radius: 4px;
    padding: 8px 18px;
}
.btn.btn-primary,
.site-main .um input[type=submit].um-button,
#btn-razorpay-cancel,#btn-razorpay,
.btn.btn-dark:hover,
ul.page-numbers .page-numbers.current {
    background: #EF353E;
    border-color: #EF353E;
    color: #fff;
}
.btn.btn-dark,
.btn.btn-primary:hover {
    background: #002;
    border-color: #002;
}
.btn.btn-outline-light {
    border-color: #fff;
    color: #fff;
}
.btn.btn-dark {
    color: #fff;
}
.btn.btn-outline-light:hover {
    color: #002;
}
.btn.btn-white {
    background-color: #fff;
}
#btn-razorpay-cancel,#btn-razorpay {
    border: none;
}
.container-right-end {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
}
.main-header {    
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.main-header .container {
    position: relative;
    z-index: 2;
}
.main-header > .container {
    padding-top: 16px;
    padding-bottom: 16px;
}
/* .main-header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.35s;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.scrolled::before {
    height: 100%;
} */
.product-category-menu {
    padding: 0;    
    width: 100%;    
    /* overflow: hidden; */
    top: 0 !important;
    left: 0!important;    
    /* transform: inherit !important; */
    position: relative;
}
/* Overlay */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 88;
  display: none;
}

/* Course Menu */
.product-category-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: none;
  overflow: hidden;
}
.product-category-menu-inner {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);    
    background-color: #fff;
}

/* Optional smoothness */
.product-category-menu-inner,
.menu-overlay {
  transition: all 0.3s ease;
}


.product-category-menu .courses-cat-widget > ul {
    max-height: calc(100% - 33px);
    overflow: auto;
}
.product-category-menu .courses-widget {
    padding: 10px 20px;
}
.product-category-menu .courses-widget .courses-widget-inner {
    max-height: 100%;
}
.product-category-menu .courses-cat-widget {
    background: #f4f6f8;
    padding: 10px 20px;
}
.product-category-menu .courses-cat-widget h2 {
    font-size: 1.25rem;
}
.product-category-menu li a {
    padding: 7px 0;
    display: block;
    font-size: 0.875rem;
    color: #002;
    text-decoration: none;
}

.product-category-menu .product-category-item > a {
    background: transparent url(../images/menu-arrow-right.svg) no-repeat right 0 top 50%;
    transition: all ease-in-out 0.35s;
    color: #505152;
    padding: 7px 22px 7px 10px;
}
.product-category-menu .product-category-item.active > a,
.product-category-menu .product-category-item > a:hover {
    background: #002 url(../images/menu-arrow-right-light.svg) no-repeat right 10px top 50%;
    color: #fff;
    border-radius: 10px;
    /* padding: 7px 10px; */
}
.subcategory-product-list.active {
    display: block;
}

.subcategory-product-list ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 12px;
    border-radius: 8px;
}
.subcategory-product-list ul li a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.subcategory-product-list ul li a .icon-group .icon img {
    /* max-height: 40px; */
    max-height: 45px;
}
.subcategory-product-list ul li a .left-elements {
    display: flex;
    gap: 10px;
    position: relative;
}
.subcategory-product-list ul li a .left-elements span {
    color: #333333;
    font-size: 0.75rem;
}
.subcategory-product-list .course-type.is-cert {
    margin-left: 20px;
}
.subcategory-product-list .course-type.left ul li,
.subcategory-product-list .course-type.less-then ul li {
    min-width: 100%;
    max-width: 100%;
}
.subcategory-product-list ul li a label {
    cursor: pointer;
    display: flex;
    align-items: start;
    margin: 0 0 5px 0;
    font-weight: 600;
    flex: 1;
}
.subcategory-product-list ul li a .product-tags {
    position: absolute;
    right: -4px;
    bottom: 0;    
}
.subcategory-product-list ul li a .product-tags .tag {
    white-space: nowrap;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 9px 0 0 0;
    padding: 5px 14px 3px 20px;
    display: block;
    box-shadow: inset 1px 4px 6px -4px rgba(0, 0, 0, 0.6);
    transform: skew(-20deg);
}
.subcategory-product-list ul li a .product-tags .tag small {
    transform: skew(20deg);
    display: block;
}
.subcategory-product-list ul li a .tag.tag-bestseller {
    background: #ef353e;
    background: linear-gradient(41deg,rgba(239, 152, 53, 1) 0%, rgba(239, 53, 62, 1) 100%);
}
.subcategory-product-list ul li a .tag.tag-trending {
    background: #2fac6f;
    background: linear-gradient(41deg,rgba(120, 217, 41, 1) 0%, rgba(47, 172, 111, 1) 100%);
}
.subcategory-product-list ul li a .tag.tag-recommended {
    background: #3a72ab;
    background: linear-gradient(41deg,rgba(189, 230, 255, 1) 0%, rgba(58, 114, 171, 1) 100%);
}
.subcategory-product-list ul li a .tag::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.5), transparent );
    left: 0;
    z-index: 9;
    animation: Newshine 5s ease-in-out infinite;
}
@keyframes Newshine{0%{left:-100%;transition-property:left}11.5044247788%,100%{left:100%;transition-property:left}}
@-webkit-keyframes Newshine{0%{left:-100%;transition-property:left}11.5044247788%,100%{left:100%;transition-property:left}}
.courses-total {
    border-bottom: 1px solid #96929218;
    font-size: 0.9375rem;
    font-weight: 600;
}

.menu-wrap > li  a {
    display: block;
    text-decoration: none;
    color: #000022;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transition: all ease-in-out 0.35s;
}
.menu-wrap > li  a:hover {
    color: #EF353E;
}

.menu-wrap > li > a {
    font-size: 16px;
}
.menu-wrap > li.masterclass > a {
    font-weight: 600;
    color: #ef353e;
}
.courses-menu .dropdown-toggle::after {
    background: transparent url('../images/white-down-arrow.svg') no-repeat center;
    border: 0 none;
    width: 11px;
    height: 7px; 
    position: relative;
    top: 1px;
    margin-left: 7px;
}
.courses-search-box .search-form {
    position: relative;
}

.courses-search-box .search-form .search-submit {
    position: absolute;
    border: 0 none;
    background: none;
    height: 100%;
    width: 52px;
    padding: 0;
}

.courses-search-box .search-form  .search-field {
    width: 100%;
    padding: 0 0 0 50px;
    border: 1px solid #D3D3E1;
    height: 47px;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.empower-sec,.master-trainer {background: #F4F3F8;position: relative;}
.empower-sec::before {
    display: block;
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 35%;
    position: absolute;
    top: 0;
    left: 0;
}
.empower-sec .banner {
    /* background: transparent url(../images/bg-top-home.png) repeat-x top left / cover; */
    background: linear-gradient(180deg, rgba(223, 63, 70, 0.00) 52.4%, rgba(223, 63, 70, 0.10) 100%), #FFEEEF;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.empower-sec .banner h1 {
    font-size: 2.25rem;
    font-weight: 600;
}

.left-txt {
    display: flex;
    align-items: center;
}
/* Badge wrapper */
.rating-badge {
    --percent: 100%;
    display: block;
    color: #404958;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

/* Stars */
.stars{
  position:relative;
  display:inline-block;
  font-size:20px;                  
  line-height:1;
  letter-spacing:3px;              
}
.stars-base{ color:#d9d9d9; }     

.stars-fill{
  position:absolute;
  left:0; top:0;
  width:var(--percent);
  overflow:hidden;
  color:#f9b307;                  
  white-space:nowrap;
}

/* Text */
.rating-badge .label{ font-weight:600; display:block; }
.list-info-top {
    /* justify-content: space-between; */
    padding-top: 30px
}
.list-icons .list-icon {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    transition: all ease-in-out 0.35s;
    border-radius: 8px;
}
.list-icons .list-icon:hover {
    background-color: #002;
}
.list-icons .list-icon .icon {
    object-fit: contain;
    margin-right: 10px; 
    grid-column: 1;
    grid-row: 1 / span 2;
    /* background: #EF353E; */
    background: linear-gradient(90deg, rgb(239 53 62) 2.88%, rgb(253 114 121) 98.08%);
    border-radius: 50%;
    padding: 6px;
    width: 36px;
    height: 36px;
    
}
.list-icons .list-icon .icon img {
    filter: brightness(0) invert(1);
}
.list-icons .list-icon .value {
    color: #EF353E;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.list-icons .list-icon label {
    font-size: 0.875rem;
}
.list-icons .list-icon:hover .value,
.list-icons .list-icon:hover label {
    color: #fff;
}
.copy-right-menu {
    display: flex;
    align-items: center;
    list-style: none;
}

/* 25-09-2025 */
/* Course Details Styles */

.course-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px;
}

/* Page Header */
.page-header {
    text-align: center;
    margin-bottom: 32px;
}
.page-header.category-header {
    background-color: #ece9e9;
    padding: 20px 12px;
}

.page-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.page-header.category-header .page-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.page-subtitle {
    color: #64748b;
    font-size: 1rem;
}

/* Filter Section */
.filter-container {
    background: white;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 12px -4px rgba(239, 68, 68, 0.1);
    margin-bottom: 24px;
}

.filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-btn {
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #64748b;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-btn:hover {
    background: #f1f5f9;
}

.filter-btn-active {
    background: #ef4444;
    color: white;
    border-color: #ef4444;
}

.filter-dropdowns {
    display: flex;
    gap: 16px;
}

.dropdown-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon {
    /* width: 16px;
    height: 16px; */
    color: #64748b;
}

.dropdown {
    /* padding: 6px 12px;
    border: 1px solid #e2e8f0; */
    border-radius: 4px;
    color: #64748b;
    font-size: 0.875rem;
}
.courses-menu .dropdown {
    position: static;    
}
.courses-menu .dropdown,
.courses-menu .dropdown .btn {
    border: 0;
}
.courses-menu .dropdown .btn {
    color: #ffffff;
    background: #EF353E;
    padding: 10px 18px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

/* Course Cards */
.course-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.course-card {
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(226, 232, 240, 0.5);
    box-shadow: 0 2px 12px -4px rgba(239, 68, 68, 0.1);
    padding: 24px;
    transition: all 0.3s;
}

.course-card:hover {
    box-shadow: 0 4px 20px -6px rgba(239, 68, 68, 0.15);
}

/* Card Header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.badges-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.time-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.time-dot-morning {
    background-color: #fb923c;
}

.time-dot-evening {
    background-color: #3b82f6;
}

.time-badge span {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.best-seller-badge {
    background: #22c55e;
    color: white;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
}

.discount-badge {
    background: #ec4899;
    color: white;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
}

/* Course Details */
.course-details {
    margin-bottom: 16px;
}

.course-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.course-date {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
}

.batch-type {
    font-size: 14px;
    font-weight: 500;
    color: #ef4444;
}

.course-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #64748b;
    font-size: 14px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Instructor Info */
.instructor-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.instructor-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-name {
    font-weight: 500;
    color: #ef4444;
}

.instructor-title {
    font-size: 14px;
    color: #64748b;
}

/* Pricing Section */
.pricing-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-info {
    display: flex;
    flex-direction: column;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.original-price {
    font-size: 14px;
    color: #64748b;
    text-decoration: line-through;
    margin-left: 8px;
}

.installment-info {
    font-size: 14px;
    color: #ef4444;
}

.booking-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #64748b;
}

.qty-btn:hover {
    background: #f8fafc;
}

.qty-display {
    background: #ec4899;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/* Filling Fast */
.filling-fast {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    font-size: 14px;
}

/* Enroll Button */
.enroll-btn {
    background: #ef4444;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.enroll-btn:hover {
    background: #dc2626;
}

/* Help Section */
.help-section {
    background: linear-gradient(135deg, #fdf2f8, #fed7aa);
    border: 1px solid #f9a8d4;
    border-radius: 8px;
    padding: 32px;
}

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

.help-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.help-icon {
    width: 80px;
    height: 80px;
    background: #fce7f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.help-text h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.help-text p {
    color: #64748b;
}

.talk-to-us-btn {
    background: #374151;
    color: white;
    padding: 12px 32px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.talk-to-us-btn:hover {
    background: #1f2937;
}
.clients figure {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 6px;
    margin: 0;
}

.clients figure img {
    border-radius: 4px;
}

.trust-sec {
    background: #f4f3f8;
}
.sec-gap-top {padding-top: 20px}
.sec-gap-bottom {padding-bottom: 20px}
.sec-gap {
    padding: 40px 0;
}
.grow-info-sec {
    background: #F4F3F8;
}
.grow-item {
    position: relative;
    border-radius: 8px;
    border: 1px solid #fff;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(252,221,223,1) 100%);
    padding: 30px 10px 20px;
    text-align: center;
    overflow: hidden;
    color:#002;
    text-decoration: none;
}

.grow-item img {
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

.grow-item p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    min-height: 45px;
}
.testimoniall-sec h2,
.grow-info-sec h2 {
    margin-bottom: 20px;
}
.partner-logo img {
    max-width: 90px;
}

.partner-sec h2 {
    margin-bottom: 15px;
}
.course-item,
.location-wrapper .location-item {
    padding: 24px 24px 32px;
    border-radius: 8px;
    border: 1px solid #E7E0E5;
    background: #fff url(../images/course-card-bg.webp) no-repeat top left / cover;
    transition: all ease-in-out 0.35s;
    height: 100%;
}
.course-item:hover {
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%)!important;
    border-color: #EF353E;
    box-shadow: 0 0 8px #EF353E50;
}
.course-item .course-thumb {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}
.c-cate {
    border-radius: 4px;
    color: #EF353E;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    padding: 6px 12px;
}
.course-item h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #101828;
    font-weight: 600;
    margin: 10px 0 15px;
}

.c-info {
    margin-bottom: 10px;
    min-height: 18px;
    padding-left: 21px;
    background-position: left center;
    font-size: 0.875rem;    
}
.c-info.time {
    background: transparent url(../images/clock-icon.svg) no-repeat top 3px left / 15px;
    background-size: 15px;
}
.c-info.enrolled {
    background: transparent url(../images/enrolled-icon.svg) no-repeat top 3px left / 15px;
    background-size: 15px;
}
.course-item h3,
.course-item .c-info,
.course-item .seat-availiblity,
.course-item .seat-availiblity span {
    transition: all ease-in-out 0.35s;
}
/* .course-item:hover h3,
.course-item:hover .c-info,
.course-item:hover .seat-availiblity,
.course-item:hover .seat-availiblity span,
.course-item:hover .seat-info,
.course-item:hover .seat-info span {
    color: #fff;
} 
.course-item:hover .c-info.time {
    background: transparent url(../images/clock-icon-white.svg) no-repeat top 3px left / 15px;
    background-position: left center;
}
.course-item:hover .c-info.enrolled {
    background: transparent url(../images/enrolled-icon-white.svg) no-repeat top 3px left / 15px;
    background-position: left center;
} */

.c-bottom {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
}
.course-item .btn {
    display: block;
}
/* .course-item:hover .btn-outline-dark {
    border-color: #fff;
    color: #fff;
} */
.course-item:hover .btn-outline-dark:hover {
    border-color: #002;
}

.seat-availiblity,
.seat-info {
    font-size: 13px;
    font-weight: 500;
    color: #000022;
}
.seat-availiblity span,
.seat-info span {
    color: #EF353E;
}
.tab-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 7px;
    padding: 0;
    margin: 0;
}

.tab-menu li {
    color: #000022;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
    border: 1px solid #BABAD3;
    padding: 8px 9px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.tab-menu li.active {
    background: #000022;
    color: #fff;
}

.course-tab .tab-menu {
    margin: 25px 0 0;
}
.tab-item {display: none;}
.tab-item.active {display: block;}
.bootcamp-item figure {
    border-radius: 10px;
}
.bootcamp-item .c-cate {
    background: #000022;
    color: #fff;
}
.testimonial-section:not(.white-bg) {
    background: #F4F3F8;
}
.testi-box {
    border: 1px solid #F4F4F7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
    padding: 15px;
    max-width: 415px;
    background: #ffffff;
}
.testi-box .rating svg {
    width: 12px;
    margin-right: 3px;
}
.testi-box .rating svg path {
    fill: #F5BE2E;
}

.testi-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.testi-name figure {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.testi-name figure img {
    width: 50px;
    height: 50px;
    border-radius: 4px !important;
}
.testi-name figure figcaption {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.testi-name p {
    color: #8E8E98;
    margin: 0;
    font-style: italic;
}
.testi-name strong,
.testi-name p {
    font-size: 0.8125rem;
}

.testi-box p {
    margin: 0;
    font-size: 0.875rem;
}

.testi-box .rating-badge {
    margin-bottom: 2px;
}

    
.logo-marquee--gradient {
  background-image: linear-gradient(90deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%),
    linear-gradient(270deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%);
  top: 2.5rem;
  height: 64px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.marquee-box {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
}
.marquee-box::before,.marquee-box::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 100%;
    top: 0;
    display: block;
    z-index: 1;
}
.marquee-box::before {
    left: 0;
    background: #F4F3F8;
    background: linear-gradient(90deg,rgba(244, 243, 248, 1) 0%, rgba(244, 243, 248, 0) 100%);
}
.marquee-box::after {
    right: 0;
    background: #F4F3F8;
    background: linear-gradient(90deg,rgba(244, 243, 248, 0) 0%, rgba(244, 243, 248, 1) 100%);
}

.marquee-group {
    display: flex;
    flex-shrink: 0;
    width: auto;
    gap: 20px;
    margin: 10px 0;
    will-change: transform;
}
.testimoniall-sec {background: #F4F3F8}

.training-widgets .training-widget {
    padding: 31px 15px 5px 37px;
    height: 100%; 
    background: linear-gradient(99deg, #E0EFE6 6.06%, #A7DACD 95.56%);
}

.training-widgets .training-widget .info h3 {
    font-size: 1.5rem;
}
.training-widgets .training-widget img {
    max-width: 140px;
}
.training-widgets .training-widget.icon-top img {
    margin: 0 auto;
}
/* .training-widgets div[class^="col"]:nth-child(2) .training-widget {
    background: linear-gradient(280deg, #91BAE5 7.31%, #E2EBF4 94.27%);
}
.training-widgets div[class^="col"]:nth-child(3) .training-widget {
    background: linear-gradient(307deg, #B5CFD2 7.91%, #EBEADD 83.35%);
}
.training-widgets div[class^="col"]:nth-child(4) .training-widget {
    background: linear-gradient(307deg, #DDBD95 4.66%, #F1ECD2 82.23%);
}
.training-widgets div[class^="col"]:nth-child(5) .training-widget {
    background: linear-gradient(127deg, #D8EBEC 8.93%, #98C8CD 93.34%);
} */
.why-agilefever-sec,
.why-sec {
    background: #F4F3F8;
}
#whyAgile.resp-vtabs ul.resp-tabs-list {
    width: 480px;
}
#whyAgile .resp-tabs-list .resp-tab-item {
    display: grid;
    grid-template-columns: 40px calc(100% - 40px);
    align-items: center;
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 8px;
    border: 1px solid #DCDCE9 !important;
    transition: all ease-in-out 0.35s;
}
#whyAgile .resp-tabs-list .resp-tab-item.resp-tab-active {
    border-color: #EF353E!important;
    border-left-width: 6px!important;
}
#whyAgile .resp-tabs-list .resp-tab-item:not(:last-child) {
    margin-bottom: 16px!important;
}
#whyAgile .resp-tabs-list .resp-tab-item img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 50px;
}
#whyAgile .resp-tabs-list .resp-tab-item p {
    grid-column-start: 2;
}
#whyAgile .resp-tabs-list .resp-tab-item strong,
#whyAgile .resp-tabs-list .resp-tab-item p {
    padding-left: 8px;
}
#whyAgile .resp-tabs-list .resp-tab-item strong {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    color: #EF353E;
    margin-bottom: 10px;
}
#whyAgile .resp-tabs-container .resp-tab-content {
    padding: 28px 25px 0;
}
.brands-author-box .name {
    font-weight: 600;
    font-size: 1.25rem;
}
.brands-author-box p {
    font-weight: 300;
    font-size: 0.875rem;
    color: #5a5a5a;
    margin-bottom: 8px;
}
.brands-author-box p strong {
    font-weight: 700;
}
.swiper-btn-wrap {
    width: 88px;
    height: 41px;
}
.swiper-btn-wrap .swiper-button-next,
.swiper-btn-wrap .swiper-button-prev {
    border-top: 1px solid #BABAD3;
    border-bottom: 1px solid #BABAD3;    
}
.swiper-btn-wrap .swiper-button-next {
    border-left: 1px solid #BABAD3;
    border-right: 1px solid #BABAD3;
    border-radius: 0 4px 4px 0;
}
.swiper-btn-wrap .swiper-button-prev {
    border-left: 1px solid #BABAD3;
    border-radius: 4px 0 0 4px;
}
.swiper-btn-wrap .swiper-button-next, .swiper-btn-wrap .swiper-button-prev {
    width: 44px;
    height: 39px;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: inherit;
    margin: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-btn-wrap .swiper-button-next:after, .swiper-btn-wrap .swiper-button-prev:after {
    font-size: 0.75rem;
    font-weight: 800;
    color: #000000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #002;
}
.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
    color: #BABAD3;
}
.advantage-sec {
    background-color:#F7F7FC;
}
.masterclass-box figure {
    position: relative;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}
.masterclass-box figure img {
    height: 170px;
    object-fit: cover;
}
.masterclass-box figure figcaption {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}
.masterclass-sec .masterclass-box figure figcaption {
    background-color: #f0f0f0;
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.masterclass-box figure figcaption .title {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.375;
    color: #002;
    transition: all ease-in-out 0.35s;
    display: block;
    text-decoration: none;
}
.masterclass-box figure figcaption .title:hover {
    color: #EF353E;
}
.masterclass-box figure figcaption p {
    display: flex;
    gap: 6px;
    align-items: center;
}
.masterclass-box figure figcaption p label {
    font-size: 0.875rem;
    color: #626060;
}
.bottom-form-sec {
    background: #EF353E;
}
.slotbook-form {
    margin-top: 35px;
}
.slotbook-form .form-group p {
    margin-bottom: 24px;
}
.slotbook-form .form-control {
    border-radius: 4px;
    border: 1px solid #FF737A;
    background: #F7454E;
    color: #fff;
    padding: 11px 24px;
}
.slotbook-form .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.slotbook-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.slotbook-form .form-submit input[type="submit"] {
  color: #fff;
  padding: 11px 20px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  transition: all ease-in-out 0.35s;
}
.slotbook-form .form-submit input[type="submit"]:hover {
  color: #000;
  background-color: #fff;
}
.counter-layout .counter-widget {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
}
.counter-layout .counter-widget .counter-item {
    gap: 20px;
}
.counter-layout .counter-widget .counter-item .img-box img {
    transition: all ease-in-out 1s;
}
.counter-layout .counter-widget .counter-item .img-box:hover img {
    transform: scale(1.2);
}
.counter-layout .counter-widget .counter-item .img-box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.counter-layout .counter-widget .counter-item .img-box .icon-widget {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.counter-layout .counter-widget .counter-item .img-box .icon-widget .icon {
    display: flex;
    width: 63px;
    height: 63px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.counter-layout .counter-widget .counter-item .img-box .icon-widget small {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}
.counter-layout .counter-widget .counter-item .counter-box {
    border-radius: 8px;
    background: #EF353E;
    padding: 18px 28px;
    display: table;
}
.counter-layout .counter-widget .counter-item .counter-box .counter {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}
.counter-layout .counter-widget .counter-item .counter-box small {
    color: #fff;
    font-size: 1.0625rem;
    display: block
}
/* FOOTER */
.main-footer {
    background-color: #002;
    padding-top: 60px;
}
.main-footer .topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;}
.connect{display:flex;align-items:center;gap:14px;color:#fff;font-weight:500}
.connect b{color:#fff;font-weight:600;margin-right:8px}
.social{display:flex;gap:14px}
.social a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;transition:transform .18s ease, background .18s ease}
.social a:hover{transform:translateY(-1px);background:#c9cbd0}
.social svg{height:28px;fill:var(--text)}


.newsletter{display:flex;align-items:center;gap:14px;color:#fff;}
.newsletter b{color:var(--text);font-weight:600;margin-right:8px}
.newsletter .input-group .form-control {
    color:#fff;
    flex:1;
    border-radius: 4px;
    padding: 11px 20px;
    background: transparent;
    max-width: 306px;
}
.newsletter .input-group .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.newsletter .input-group .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.newsletter .input-group p {
    margin: 0;
}
.newsletter .input-group .form-submit input {
    border-radius: 4px;
    background: #EF353E;
    padding: 11px 20px 12px;
    color: #fff;
    border: 0;
    margin-left: 9px;
}
.newsletter .input-group .form-submit .wpcf7-spinner {
    display: none;
}

/* SECTION LABELS */
.main-footer .section-title {color:#fff;font-weight:600;min-width: 237px;}


/* CHIPS GRID */
.chips,.chips-2{display:flex;flex-wrap:wrap;gap:10px;flex: 1;}
.chip{transition:all ease-in-out 0.35s;display:inline-flex;align-items:center;padding:5px 12px;border-radius:2px;background:#222237;border:1px solid #222237;font-size:0.875rem;color:#fff;text-decoration:none}
.chip:hover {border-color: #EF353E;background: #EF353E;}
/* GRID COLUMNS */
.main-footer .columns {padding-top:22px}
.main-footer .columns .cols h4 {margin:0 0 22px;font-size:1.25rem;font-weight: 700;color:#fff}
.main-footer .columns .cols ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.main-footer .columns .cols a{color:#A2A2BA;text-decoration:none;}
.main-footer .columns .cols a:hover{text-decoration:underline}
.copyright-sec {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    color: #A2A2BA;
    font-size: 0.875rem;
}
.copyright-sec .copyright a {
    color: #fff;
    text-decoration: none;
}
.copyright-sec .bottom-menu {
    display: flex;
    list-style: none;
}
.copyright-sec .bottom-menu li:not(:first-child)::before {
    content: '|';
    color: #A2A2BA;
    margin: 0 12px;
}
.copyright-sec .bottom-menu a {
    color: #A2A2BA;
    text-decoration: none;
}

/* COURSES LIST */
.courses-banner {
    background-color: #e8e8ed;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcramb {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcramb a {
    color: #818181;
    text-decoration: none;
}
.breadcramb a::after {
    content: '';
    width: 7px;
    height: 10px;
    display: inline-block;
    opacity: 0.5;
    margin: 0 5px;
}
.courses-banner .breadcramb,
.course-dtls-banner .breadcramb {
    margin-bottom: 14px;
}

.course-dtls-banner .breadcramb a::after {
    background: url(../images/arrow-next-white.svg) no-repeat;
}
.courses-banner .breadcramb a::after,
.course-dtls-banner.gen-banner .breadcramb a::after,
.courses-banner.bootcamp .breadcramb a::after {
    background: url(../images/arrow-next.svg) no-repeat;
}
.course-dtls-banner .breadcramb span {
    color: #fff;
}
.course-dtls-banner.gen-banner .breadcramb span {
    color: #002;
}
.courses-banner.bootcamp .breadcramb span {
    color: #002;
}

.top-counter-bar {
    background-color: #EF353E;
    padding: 10px 0;
}
.top-counter-bar .counter-item {
    display: grid;
    grid-template-columns: 52px calc(100% - 52px);
    align-items: center;
}
.top-counter-bar .counter-item .icon {
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 2.88%, rgba(255, 255, 255, 0.00) 98.08%);
}
.top-counter-bar .counter-item .icon img {
    filter: brightness(10) contrast(10);
}
.top-counter-bar .counter-item .info .counter {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
}
.top-counter-bar .counter-item .info p {
    color: #fff;
    margin: 0;
}
.course-testi-items .swiper-slide {
    padding: 6px 0 10px;
}
.whychoose-sec h2 {
    margin-bottom: 36px;
}
.whychoose-items .card {
    border-radius: 8px;
    border: none;
    border-bottom: 4px solid #EF353E;
    background: #FFF8F8;
    padding: 20px 15px 5px;
    transition: all 0.3s ease;
    min-height: 200px;
}

/* .whychoose-items .card:hover {
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(255, 90, 90, 0.15);
    transform: translateY(-5px);
} */

.whychoose-items .card .icon {
    margin-bottom: 15px;
    max-width: 30px;
}

.whychoose-items .card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #002;
}

.whychoose-items .card p {
    color: #002;
    line-height: 1.5;
    font-size: 0.8125rem;
}


.card.role-card,
.tab-menu ul,
.form-card {
    border: 1px solid #d8d8d8;
    border-bottom-width: 4px;
    border-radius: 8px;
}
.role-card .tab-container {
    padding: 38px;
}
.tab-menu ul {
	margin: 0;
	padding: 15px;
}
.tab-menu ul li {
	list-style-type: none;
	display: inline-block;
    padding: 0;
    border: none;
}
.tab-menu ul li a{
	text-decoration: none;
	color: rgba(0,0,0,0.4);
	background-color: #e9e4e4;
	padding: 12px 18px;
	border-radius: 8px;
    display: block;
}
.tab-menu ul li a.active-a{
	background-color: #000022;
	color: #ffffff;
}
.tab{
	display: none;
}
.tab h2{
	color: rgba(0,0,0,.7);
}
.tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.tab-active{
	display: block;
}
.form-card h3.form-title {
    font-size: 1.375rem;
    font-weight: 600;
}
.form-card form .form-control {
    padding: 10px 14px;
    font-size: 1rem;
}
.form-card form .iti {
    width: 100%;
}
.form-card .wpcf7 form .field p {
    margin-bottom: 22px;
}
.form-card form input[type="submit"] {
    width: 100%;
    background-color: #002;
    color: #fff;
}
.form-card .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 3px;
    font-size: 0.75rem;
}
.form-card .wpcf7 form .submit p {
    position: relative;
    margin: 0;
}
.form-card .wpcf7 form .submit p .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0 10px;
    background-color: #5c5c5c;
}
/* ACCORDIAN STYLE */

.accordian:not(.no-bg-color) .accordian-card {
  border-radius: 10px;
  background-color: var(--white-color);
  border: 1px solid var(--light-gray-color);
}
.accordian .accordian-card:not(:last-child) {
  margin-bottom: 25px;
}

.accordian .accordian-card .accordian-header, .accordian .accordian-card .accordian-content {
  position: relative;
  padding-left: 18px;
  padding-right: 32px;
}
.accordian .accordian-card .accordian-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordian .accordian-card .accordian-header,
#course-tab .tab-item .accordion-title {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1rem;
    font-weight: 600;
    padding-right: 50px;
    cursor: pointer;
    color: #002;
    border-radius: 4px;
    background: #f8f8f8;
}
#examCertification.others-course .accordian .accordian-card .accordian-header {
    background: #f3f3f3;
}
.accordian.is-bg .accordian-card.active .accordian-header {
    background-color: #f3f3f3;
    color: #002;
}
.accordian .accordian-card.active .accordian-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordian .accordian-card .accordian-header::after,
#course-tab .tab-item .accordion-title::after,
h2.resp-accordion span.resp-arrow {
    content: '';
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.accordian .accordian-card .accordian-content {
    font-size: 1rem;
    display: none;
}
.accordian .accordian-card.active .accordian-content {
    border: 1px solid #D3D3E1;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.accordian>.accordian-card.active>.accordian-header::after,
#course-tab .tab-item.active .accordion-title::after,
h2.resp-accordion.resp-tab-active span.resp-arrow {
    background-image: url(../images/icon-minus.svg);
    background-position: center;
}
.accordian .accordian-card .accordian-content ul li {
    list-style: disc;
}
.accordian .accordian-card .accordian-content ol li {
    list-style:decimal;
}
.accordian .accordian-card .accordian-content ul li:not(:last-child),
.accordian .accordian-card .accordian-content ol li:not(:last-child) {
    margin-bottom: 8px;
}
/* PAGINATION */
.pagination-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pagination-links .pagination-link {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 6px 9px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D3D3E1;
    background: #FFF;
    text-decoration: none;
    color: #002;
}
.pagination-links .pagination-link.active {
    border-color: #EF353E;
    background: #EF353E;
    color: #fff;
}
/* Filter Form */
#course-filter-form {
    margin: 32px 0;
}
#courseSearch,
#course-filter-form #search-field,
#course-filter-form #tag-filter {
    border-radius: 4px;
    border: 1px solid #D3D3E1;    
}
#courseSearch,
#course-filter-form #search-field {
    background: url(../images/search-icon.svg) no-repeat 24px 50%;
    padding: 11px 24px 11px 50px;
}
#course-filter-form #search-field {
    min-width: 757px;
}
#course-filter-form #tag-filter {
    min-width: 209px;
    padding: 11px 20px;
    background: url(../images/down-arrow-dark.svg) no-repeat right 13px top 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#courseTabSelect {
    width: 190px;
    border-radius: 4px;
    border: 1px solid #D3D3E1;
    padding: 11px 12px;
}
.course-form-sec.course-bg {
    /* background:#D93B43 url(../images/course-bottom-form-bg.webp) no-repeat center center / cover; */
    background:#d7d7d7 url(../images/bootcamp-form-bg.webp) no-repeat center center / cover;
}
.course-form-sec.bootcamp-bg {
    background:#d7d7d7 url(../images/bootcamp-form-bg.webp) no-repeat center center / cover;
}
.course-form-sec.bootcamp-bg h3 {
    color: #7A7A7A;
    font-size: 1.625rem;
}
.course-form-sec.bootcamp-bg ul li {
    line-height: 1.75;
    display: flex;
    align-items: center;
}
.course-form-sec.bootcamp-bg form input[type="submit"] {
    width: 100%;
}
.course-form-sec.course-bg .inner {
    padding: 26px 26px 0 26px;
}
.course-form-sec.bootcamp-bg .inner {
    /* padding: 60px 0; */
    padding: 40px 0 20px;
}
.course-form-sec h2 {
    /* max-width: 250px; */
}
.course-form-sec.course-bg h2 {
    margin-left: -180px;
    top: 70px;
    position: relative;
}
.course-form-sec ul {
    padding-left: 0;
    margin-top: 15px;
}
.highlights-sec {
    background-color: #f4f3f8;
}
.highlights-items .left-icon {
    display: grid;
    grid-template-columns: 48px calc(100% - 48px);
}
.highlights-items .left-icon .icon {
    width: 48px;
    height: 48px;
    background-color: #EF353E;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 50%;    
    padding: 8px;
}
.highlights-items .left-icon .icon img {
    filter: brightness(0) invert(1);
}
.highlights-items .left-icon p {
    grid-column-start: 2;
    margin-bottom: 0;
    font-size: 0.8125rem;
}
.highlights-items .left-icon .title,
.highlights-items .left-icon p {
    margin-left: 10px;
}
.highlights-items .left-icon .title {
    font-size: 1.125rem;
    font-weight: 600;
}
.course-book-form {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 11px;
    margin-bottom: 25px;
}
.course-book-form form .form-control,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
    background-color: #fff!important;
    padding: 13px 16px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
}
.course-book-form form input[type="submit"] {
    border-radius: 4px;
    border: 1px solid #EF353E;
    background: #EF353E;
    padding: 11px 20px;
    color: #fff;
    transition: all ease-in-out 0.35s;
}
.course-book-form form .form-submit p,
.course-book-form form .wpcf7-list-item,
.training-form.form-card form .wpcf7-list-item {
    margin: 0;
}
.course-book-form form input[type="submit"]:hover {
    border-color: #002;
    background: #002;
}
.join-alumni-sec {
    background-color: #E4F3FF;
}
.join-alumni-sec .r-widget::before {
    content: '';
    width: 70%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #E4F3FF;
    background: linear-gradient(90deg,rgba(228, 243, 255, 1) 10%, rgba(228, 243, 255, 0) 100%);
}
/* COURSE DETAILS */
.course-dtls-banner {
    padding: 42px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.course-dtls-banner .course-price {
    font-size: 1.5rem;
}
.course-dtls-banner .course-price del .woocommerce-Price-amount {
    opacity: 0.6;
}
.course-dtls-banner .course-price ins {
    text-decoration: none;
}
.course-dtls-banner .course-price small {
    font-size: 0.75rem;
    font-style: italic;
    color: #fff;
}
.course-dtls-banner .course-review {
    font-weight: 600;
    color: #fff;
}
.course-dtls-banner .course-review .review {
    color: #55B3FF;
}
.course-dtls-banner .course-review span:not(:last-child)::after {
    content: '|';
    color: rgba(255, 255, 255, 0.40);
    margin: 0 10px;
}
.consultation-form {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.10);
    max-width: 476px;
}
.consultation-form-inner {
    padding: 24px 32px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}
.consultation-form-inner h3,
.download-brochure h3 {
    font-size: 1.125rem;
    font-weight: 600;
}

.top-sticky-bar {    
    position: relative;
    z-index: 3;
    background: #F5F3F9;
    padding: 12px 0;
}
.top-sticky-bar .tabs-wrapper-inner {    
    max-width: calc(100% - 150px);
}
.top-sticky-bar .tabs-wrapper-inner ul {    
    width: 100%;
    overflow: hidden;
}
.top-sticky-bar ul {
    display: flex;
}
.top-sticky-bar ul li {
    margin-right: 30px;
}
.top-sticky-bar ul li a {
    color: #002;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all ease-in-out 0.35s;
    white-space: nowrap;
}
.top-sticky-bar ul li a.active {
    color: #EF353E;
}
#overview {
    padding-top: 60px;
    padding-bottom: 20px;
}
#overview .counter-items .counter-item {
    margin: 16px 0;
}
#overview .counter-items .counter-item .counter-item-inner {
    border-radius: 16px;
    display: flex;
    align-items: center;
}
#overview .counter-items .counter-item .counter-item-inner .info {
    flex: 1;
    padding-left: 10px;
}
#overview .counter-items .counter-item:nth-child(2) .counter-item-inner,
#overview .counter-items .counter-item:nth-child(3) .counter-item-inner {
    background: #ffecec;
}
#overview .counter-items .counter-item:nth-child(1) .counter-item-inner,
#overview .counter-items .counter-item:nth-child(4) .counter-item-inner {
    background: #EF353E;
}
#overview .counter-items .counter-item .counter-item-inner .icon {
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
#overview .counter-items .counter-item:nth-child(2) .counter-item-inner .icon,
#overview .counter-items .counter-item:nth-child(3) .counter-item-inner .icon {
    background: linear-gradient(90deg, rgba(239, 53, 62, 0.15) 2.88%, rgba(239, 53, 62, 0.00) 98.08%);
}
#overview .counter-items .counter-item:nth-child(1) .counter-item-inner .icon,
#overview .counter-items .counter-item:nth-child(4) .counter-item-inner .icon {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 2.88%, rgba(255, 255, 255, 0.00) 98.08%);
}
#overview .counter-items .counter-item:nth-child(2) .counter-item-inner .counter,
#overview .counter-items .counter-item:nth-child(2) .counter-item-inner p,
#overview .counter-items .counter-item:nth-child(3) .counter-item-inner .counter,
#overview .counter-items .counter-item:nth-child(3) .counter-item-inner p {
    color: #002;
}
#overview .counter-items .counter-item:nth-child(1) .counter-item-inner .counter,
#overview .counter-items .counter-item:nth-child(4) .counter-item-inner .counter,
#overview .counter-items .counter-item:nth-child(1) .counter-item-inner p,
#overview .counter-items .counter-item:nth-child(4) .counter-item-inner p {
    color: #fff;
}
#overview .counter-items .counter-item .counter-item-inner .counter {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
}
#overview .counter-items .counter-item:nth-child(3) {
    margin-top: -64px;
}
.course-highlights {
    background: #F4F3F8;
    padding: 48px 0;
}
.highlight-item {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    /* align-items: center; */
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #FFF 42.06%, #FCDDDF 100%);
}
.highlight-item svg {
    max-width: 16px;
}
.highlight-item p {
    flex: 1;
    padding-left: 12px;
    font-size: 0.875rem;
}
.training-for-list {
    column-count: 2;
}
.consultation-form-inner .form-control,
.download-brochure .form-control {
    border-radius: 4px;
    border: 1px solid #D3D3E1;
    padding: 9px 16px;
    color: #7C7C93;
}
.consultation-form-inner .iti {
    width: 100%;
}
.consultation-form-inner input[type="submit"],
#brochureModal input[type="submit"] {
    border-radius: 4px;
    background: #EF353E;
    padding: 11px 20px;
    color: #fff;
}
#brochureModal input[type="submit"] {
    border: 0;
    padding: 9px 20px;
    margin: 0 auto;
    display: block;
}
.overlay-box {
    background: #EF353E;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 65px 35px 35px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    z-index: 3;
}
.schedules-section {
    background: #F4F3F8;
    padding: 40px 0;
}
#ai-schedule-results .ai-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 19px;
}
#ai-schedule-results .ai-card:not(.bootcamp) {
    border-top: 4px solid #EF353E;
}
#ai-schedule-results .ai-card.bootcamp .top-widget {
    padding: 25px 20px;
    background-color: #EF353E;
    border-radius: 8px 8px 0 0;
}
#ai-schedule-results .ai-card.bootcamp .top-widget {
    padding: 25px 20px;
    background-color: #EF353E;
    border-radius: 8px 8px 0 0;
}

#ai-schedule-results .ai-card .bottom-widget {
    padding: 15px 20px;
}
#ai-schedule-results .ai-card .card-top h3 {
    color: #002;
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 12px;
}
#ai-schedule-results .ai-card.bootcamp .card-top .top-widget h3 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
#ai-schedule-results .ai-card .course-top-widget {
    padding: 8px 15px;
    background-color: #efebeb;
}
#ai-schedule-results .ai-card .course-middle-widget {
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #efebeb;
}
#ai-schedule-results .ai-card .course-middle-widget .price-quantity {
    border: 1px solid #D3D3E1;
    border-radius: 4px;
    padding: 4px 14px;
}
#ai-schedule-results .ai-card .course-middle-widget .price-quantity .quantity-wrapper {
    border: none; 
}
#ai-schedule-results .ai-card .course-middle-widget .price-quantity .quantity-wrapper .quantity-btn {
    background-color: #eeebeb;
    border-radius: 3px;
    padding: 2px;
}
#ai-schedule-results .ai-card .course-middle-widget .course-middle-bottom h4 {
    color: #EF353E;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 600;
}
#ai-schedule-results .ai-card .course-middle-widget .course-middle-bottom .ai-discount {
    background-color: #EF353E;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 3px;
}
#ai-schedule-results .ai-card .course-middle-widget .middle-widget-elmnt .emi-calc {
    color: #0c934b;
    font-size: 0.875rem;
    font-weight: 500;
}
#ai-schedule-results .ai-card .course-middle-widget .course-middle-top {
    border-bottom: 1px solid #efebeb;
    padding-bottom: 10px;
}
#ai-schedule-results .ai-card .course-middle-widget .schedule-time {
    font-size: 0.9375rem;
    font-weight: 500;
}
#ai-schedule-results .ai-card .course-botm-widget .btn-more-details {
    font-size: 0.875rem;
    color: #343336;
}
#ai-schedule-results .ai-card .course-top-widget .discount a {
    font-size: 0.875rem;
    color: #002;
}
#ai-schedule-results .ai-card .course-top-widget .discount a span {
    color: #EF353E;
}
.trainer-image {
    width: 24px;
    height: 24px;
    border-radius:50%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}
.ai-trainer .trainer-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.ai-trainer  {
    display: grid;
    grid-template-columns: 30px calc(100% - 30px);
}
.ai-trainer p {
    font-size: 0.875rem;
    font-weight: 600;
}
.ai-trainer p small {
    font-size: 0.75rem;
    font-weight: 400;
}
#ai-schedule-results .ai-card .card-top .top-widget:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.ai-tabs .ai-tab,
.ai-tabs .ai-tabs {
    display: flex;
    padding: 8px 15px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #BABAD3;
    color: #002;
    font-size: 1rem;
    font-weight: 600;
    transition: all ease-in-out 0.35s;
    margin: 0 10px 28px 0;
}
.ai-tabs .ai-tab.is-active,
.ai-tabs .ai-tabs.is-active {
    background: #002;
    border-color: #002;
    color: #fff;
}
.ai-tabs.bootcamp .ai-tab {
    background: transparent;
}
.ai-tabs.bootcamp .ai-tab.is-active {
    background: #002;
}
.ai-tabs .ai-tabs.is-active svg path {
    fill: #fff;
}
.schedule-time {
    color: #002;
    font-size: 0.75rem;
    line-height: 1rem;
}
.schedule-time .icon {
    background: #787896;
    border-radius: 3px;
    padding: 5px 6px;
}
.schedule-time .cont > strong {
    font-size: 0.625rem;
    font-weight: 700;
    color: #747c85;
}
.schedule-time .cont span {
    font-size: 1rem;
    color: #002;
    font-weight: 600;
}
.schedule-time strong {
    color: #1E2D3E;
    font-size: 0.875rem;
    font-weight: 600;
}
.ai-price-wrap {
    background: #fcf0f0;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 20px 0;
}
.ai-price .ai-original-price {
    color: #9C9CB3;
    font-size: 1rem;
    text-decoration-line: line-through;
}
.ai-price .ai-sale-price {
    color: #002;
    font-size: 1.5rem;
    font-weight: 600;
}
.ai-price .ai-discount {
    position: relative;
    background: #EF353E;
    padding: 4px 12px 2px 6px;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 2px 0 0 2px;
}
.ai-price .ai-discount::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 5px solid #fff;
    display: block;
}
.participant {
    font-size: 0.625rem;
}
#ai-time-slot-dropdown {
    position:absolute;
    top: 45px;
}
#ai-time-slot-dropdown ul {
    margin: 0;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
#ai-time-slot-dropdown ul li {
    list-style: none;
    padding: 6px 10px;
    white-space: nowrap;
    transition: all ease-in-out 0.35s;
    cursor: pointer;
}
#ai-time-slot-dropdown ul li.is-active {
    background-color: #002;
    color: #fff;
}
#ajax-loader {
  text-align: center;
  margin: 30px 0;
}

.bootcamp-layout {
    border: 2px solid transparent;
    background:
        linear-gradient(#FFF2F2, #FFF2F2) padding-box,
        linear-gradient(145deg, #310139, #EB343D) border-box;
    padding: 20px;
    border-radius: 20px;
}

.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0,0,0,0.1);
  border-top-color: #EF353E; /* loader color */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
#load-more-btn {
    color: #EF353E;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    background: transparent;
    display: flex;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.card-expand {
    display: none;
}
.card-expand.show {
    display: block;
}
.btn-more-details {
    color: #002;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0;
    border: 0;
    background: transparent;
}
#courseContent {
    background: url(../images/course-content-bg.webp) no-repeat center center / cover;
}
.course-content-tab .nav .nav-link {
    background: #fff;
    padding: 12px 32px 12px 12px;
    text-align: left;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}
.course-content-tab .nav .nav-link,
.course-content-tab .tab-content {
    border-radius: 8px 8px 0 0;
}
.course-content-tab .nav .nav-link:not(:last-child) {
    margin-bottom: 6px;
}
.course-content-tab .nav .nav-link.active,
.course-content-tab .tab-content {
    border-bottom: 2px solid #EF353E;
    border-left: 2px solid #EF353E;
    background: #FFEDED;
}
.course-content-tab .nav .nav-link small {
    color: #767676;
    font-size: 0.875rem;
    font-weight: 500;
}
.course-content-tab .nav .nav-link label {
    color: #002;
    font-size: 1.125rem;
    font-weight: 500;
} 
.course-content-tab .tab-content .tab-pane ul {
    padding-left: 0;
}
.course-content-tab .tab-content .tab-pane ul li {
    list-style: none;
    background: url(../images/tick-circle.svg) no-repeat 0 5px;
    padding-left: 24px;
    margin-bottom: 10px;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 138px;
    border: 1px solid #D3D3E1;
    border-radius: 4px;
}
.ai-card.bootcamp .quantity-wrapper {
    width: 103px;
}
.quantity-btn {
    background-color: transparent;
    border: none;
    padding: 7px 2px;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    width: 38px;
}
.ai-card.bootcamp .quantity-btn {
    padding: 2px;
}
.quantity-btn:hover {
    background-color: #e0e0e0;
}

.input-quantity {
    text-align: center;
    width: 40px;
    height: 30px;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
    background: #787896;
    text-align: center;
}
.ai-card.bootcamp .input-quantity {
    width: 36px;
    height: 22px;
    font-size: 0.875rem;
    font-weight: 500;
}
.ai-card.bootcamp .btn.btn.btn-primary {
    padding: 6px 20px;
}
#ai-schedule-results .outer-wrap {
    display: flex;
}
#ai-schedule-results .outer-wrap .bootcamp-items {
    flex: 1;
    padding-top: 70px;
    margin-top: -70px;
}
.bootcamp-layout #ai-schedule-filters .ai-tabs {
    position: relative;
    z-index: 3;
    max-width: 251px;
}
.bootcamp.prerecorded {
    margin-left: 30px;
}
#ai-schedule-results .ai-card.prerecorded {
    background: #002;
}
#ai-schedule-results .ai-card.prerecorded .ai-price .ai-discount {
    background: linear-gradient(184deg, #FFB800 49.09%, #FE7800 101.44%);
    color: #002;
}
#ai-schedule-results .ai-card.prerecorded .input-quantity {
    background: #EF353E;
}
#ai-schedule-results .ai-card.prerecorded .ai-price .ai-discount::after {
    border-right-color: #002;
}
.bootcamp-items .btn-wrap {
    right: 0;
    top: 0;
}
.bootcamp-items .btn-wrap .swiper-button-prev,
.bootcamp-items .btn-wrap .swiper-button-next {
    width: 44px;
    height: 41px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    border: 1px solid #BABAD3;
    border-radius: 3px;
}
.bootcamp-items .btn-wrap .swiper-button-prev {
    border-radius: 3px 0 0 3px;
}
.bootcamp-items .btn-wrap .swiper-button-next {
    border-radius: 0 3px 3px 0;
}
.bootcamp-items .btn-wrap .swiper-button-prev::after,
.bootcamp-items .btn-wrap .swiper-button-next::after {
    font-size: 0.875rem;    
}
/* Remove arrows in number input fields */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* For Firefox */
    appearance: textfield; /* For other browsers */
}

.training-form {
    padding: 18px;
    border-radius: 8px;
    background:#FFF;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}
.training-form.form-card form .submit input,
.get-discount form .submit input {
    background-color: #EF353E;
    border: 0;
    width: auto;
    padding: 10px 20px;
    border-radius: 4px;
}
.get-discount form .submit input {
    width: 100%;
}
.training-form.form-card form input[type="checkbox"] + .wpcf7-list-item-label {
    color: #7C7C93;
    font-size: 0.75rem;
    margin-left: 4px;
}
.training-form.form-card form .wpcf7-list-item {
    display: flex;
    align-items: center;
}
.prerequisites-section-inner {
    background: url(../images/blue-wave-bg.webp) no-repeat center center / cover;
    padding: 0 70px;
    border-radius: 8px;
}
.prerequisites-section-inner img {
    margin-top: -50px;
}
.prerequisites-section-inner .content {
    padding: 50px 12px;
}
.prerequisites-section-inner .content * {
    color: #fff;
}
.certistep-section {
    background: linear-gradient(0deg, #FFF 35.03%, #FCDDDF 99.68%);
}
.certification-section ul li,
#courseContent .accordian ul li,
.attend-list ul li,
#attend .training-for-list li {
    background: url(../images/tick-circle.svg) no-repeat 0 5px;
    padding-left: 24px;
    margin-bottom: 8px;
    list-style: none;
}
.certification-section ul,
#courseContent .accordian ul,
#attend .training-for-list,
.attend-list ul {
    padding-left: 0;
}
.certification-section ul li,
.certification-section .accordian .accordian-card .accordian-content ul li {
    list-style: none;
}
.certificate-img {
    border-radius: 16px;
}
#benefitTabs .nav-item {
    width: 50%;
}
#benefitTabs .nav-item .nav-link {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #D3D3E1;
    font-size: 1rem;
    font-weight: 600;
    color: #002;
    border-radius: 0;
    background: rgba(239, 53, 62, 0.12);
}
#benefitTabs .nav-item .nav-link.active {
    border: 0;
    border-bottom: 2px solid #002;
    background: #EF353E;
    color: #fff;
}
.benifit-item {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #D3D3E1;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 100%;
}
.benifit-item label {
    flex: 1;
    margin: 0 0 0 15px;
    color: #002;
    font-size: 0.875rem;
    font-weight: 600;
}
.process-items {
    position: relative;
}
.process-items .swiper-wrapper .swiper-slide:nth-child(even) .process-item {
    display: flex;
    flex-direction: column-reverse;
} 
.process-item .icon {
    position: relative;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Brand-red, #EF353E);
}
.process-item .icon small {
    position: relative; 
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.process-item .icon img {
    filter: brightness(100) contrast(10);
    max-width: 40px;
}
.process-item label {
    color: #002;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}
.process-item .step {
    font-size: 0.75rem;
    font-weight: 600;
}
.process-items .swiper-wrapper .swiper-slide:nth-child(odd) .process-item label {
    margin-top: 32px;
    width: 100%;
}
.process-items .swiper-wrapper .swiper-slide:nth-child(even) .process-item label {
    margin-bottom: 32px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.process-items .process-item .icon-elemnt::before {
    content: '';
    border-top: 2px dotted #D3D3E1;
    position: absolute;
    top: 31.5px;
    width: 100%;
    height: 0;
    display: block;
}
.process-items .swiper-wrapper .swiper-slide:first-child .process-item .icon-elemnt::before,
.process-items .swiper-wrapper .swiper-slide:last-child .process-item .icon-elemnt::before {
    width: 50%;
}
.process-items .swiper-wrapper .swiper-slide:first-child .process-item .icon-elemnt::before {
    right: 0;
}
.process-items .swiper-wrapper .swiper-slide:last-child .process-item .icon-elemnt::before {
    left: 0;
}
.advisor-section {
    padding: 46px 0;
    background: url(../images/details-red-bg.webp) no-repeat center center / cover;
}
.advisor-section.bootcamp {
    background: url(../images/details-blue-bg.webp) no-repeat center center / cover;
}
.trending-courses-wrapper .trending-item {
    margin: 5px;
}
.trending-courses-wrapper .trending-item a {
    display: block;
    font-size: 0.875rem;
    color: #002;
    padding: 5px 10px;
    border-radius: 2px;
    background: #E8E7EE;
    text-decoration: none;
    transition: all ease-in-out 0.35s;
}
.trending-courses-wrapper .trending-item a:hover {
    color: #fff;
    background: #EF353E;
}
#webinarRegister {
    max-width: 530px;
}
#webinarRegister .wpcf7-spinner {
    display: none;
}
.form-control:focus {
    box-shadow: none;
}
.um-page-login,
.um-page-register,
.woocommerce-account,
.woocommerce-cart,
.woocommerce-checkout  {
    background: #F5F2F2;
}
.um-page-login .main-header,
.um-page-register  .main-header,
.woocommerce-account  .main-header,
.woocommerce-cart  .main-header,
.woocommerce-checkout  .main-header {
    background: #fff;
}
.login .entry-header,
.register .entry-header {
    text-align: center;
}
.um .um-form input[type=text],
.um .um-form input[type=password] {
    border-radius: 4px;
}
.um-form {
    background-color: #fff;
    border-radius: 10px;
    border: 1.6px solid #E5E7EB;
    padding: 20px;
}
.site-main {
    padding: 50px 0;
}
.my-account .entry-header {
    background-color: #002;
    color: #fff;
    padding: 10px;
    border-radius: 8px 8px 0 0;
}
.my-account .entry-header h1 {
    font-size: 1.25rem;
    margin: 0;
}
.my-account .woocommerce {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation {
    background-color: #d9d9d9;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: #002;
    text-decoration: none;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #fff;
    color: #EF353E;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
    content:'';
    background-color: #fff;
    width: 4px;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    display: block;
}
.my-account .woocommerce .woocommerce-MyAccount-content {
    border-left:1px solid #d9d9d9;
    width: 70%;
    padding: 20px;
}
.my-account .woocommerce .woocommerce-MyAccount-content form label {
    font-size: 0.875rem;
}
.my-account .woocommerce .woocommerce-MyAccount-content form input {
    border-color: #c7c7c7;
}
.my-account .woocommerce .woocommerce-MyAccount-content form fieldset,
form.wc-block-components-form.wc-block-checkout__form fieldset {
    background-color: #fff;
    padding: 20px; 
    border-radius: 8px;
    margin-bottom: 20px;
}
.woocommerce-edit-account .my-account .woocommerce .woocommerce-MyAccount-content form fieldset {
    padding: 0;
}
.my-account .woocommerce .woocommerce-MyAccount-content form fieldset legend,
form.wc-block-components-form.wc-block-checkout__form fieldset .wc-block-components-checkout-step__heading {
    font-size: 1.375rem;
    margin: 0 0 10px 0;
    padding: 0;
    display: table;
    width: auto;
}
form.wc-block-components-form.wc-block-checkout__form fieldset .wc-block-components-checkout-step__heading {
    background: #ffffff;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0!important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    background: #ef353e;
    color: #fff;
    margin: 0!important;
    padding: 10px 16px;
    border-radius: 8px 8px 0 0;
}
form.wc-block-components-form.wc-block-checkout__form fieldset .wc-block-components-checkout-step__heading h2.wc-block-components-title.wc-block-components-title {
    font-size: 1.375rem;
}
form.wc-block-components-form.wc-block-checkout__form fieldset input,
form.wc-block-components-form.wc-block-checkout__form fieldset textarea,
form.wc-block-components-form.wc-block-checkout__form fieldset select {
    border-color: #E1E1E1!important;
}
form.wc-block-components-form.wc-block-checkout__form fieldset .wc-block-components-radio-control-accordion-option {
    background-color: #fbf1f1;
    box-shadow: none;
}
.woocommerce-info {
    border-top-color: #EF353E;
    background-color: #fdf4f4 !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background: #EF353E;
    border: none;
    border-radius: 4px;
    color: #fff;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button[aria-disabled="true"] {
    background: #f37a80;
    color: #fff;
}

button.button,
a.button {
    background-color: #EF353E!important;
    color: #fff!important;
    font-weight: 400 !important;
}
.woocommerce-orders-table__cell a {
    color: #EF353E;
    font-weight: 400 !important;
}
.woocommerce-info::before {
    color: #EF353E;
}
h2.woocommerce-column__title,
h2.woocommerce-order-details__title {
    font-size: 1.375rem;
}
.woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #c7c7c7;
    border-radius: 8px;
}
.woocommerce-Addresses .woocommerce-Address header {
    border-radius: 8px 8px 0 0;
    background-color: #002;
    padding: 12px;
}
.woocommerce-Addresses .woocommerce-Address header h2 {
    font-size: 1.375rem;
    color: #fff;
    margin: 0;
    float: left;
}
.woocommerce-Addresses .woocommerce-Address address {
    padding: 20px;
    margin: 0;
}
.woocommerce-account .addresses .title .edit {
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
    background: #EF353E;
    border-radius: 6px;
    padding: 5px 12px;
}
table.wc-block-cart-items thead th {
    background: #002!important;
    color: #fff;
    padding: 12px 18px!important;
}
table.wc-block-cart-items {
    border-radius: 8px;
    overflow: hidden;
}
table.wc-block-cart-items thead th.wc-block-cart-items__header-product {
    visibility: visible!important;
}
table.wc-block-cart-items tbody {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
table.wc-block-cart-items tbody .wc-block-components-product-name {
    color: #343434;
    text-decoration: none;
}
table.wc-block-cart-items tbody .wc-block-cart-item__remove-link {
    color: #EF353E!important;
    text-decoration: none!important;
}
.wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
    background: #002!important;
    color: #fff!important;
    padding: 10px !important;
    border-radius: 8px 8px 0 0 !important;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    background: #fff;
    border-radius: 8px;
}
.wc-block-cart .wc-block-components-totals-wrapper {
    padding: 16px;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button ,
.wc-block-components-checkout-place-order-button {
    background: #EF353E!important;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
}
/* .woocommerce-page .page_wrapper a {
    color: #EF353E;
    text-decoration: none;
} */
 .ai-cart-message-box {
    position: relative;
    margin-bottom: 15px;
    padding: 12px 40px 12px 16px;
    border-radius: 4px;
    background: #f0f7ff;
    border: 1px solid #c5ddff;
    font-size: 14px;
}

.ai-cart-message-box .woocommerce-message,
.ai-cart-message-box .woocommerce-error,
.ai-cart-message-box .woocommerce-info {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.ai-cart-message-close {
    position: absolute;
    top: 3px;
    right: 4px;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}
.ai-cart-message-box .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding-left: 20px;
}
.ai-cart-message-box .woocommerce-message::before {
    top: 6px;
    left: 0;
}

.ai-cart-message-hidden {
    display: none !important;
}

.woocommerce-message {
    border-top-color: #EF353E;
    background-color: #fce3e4;
}
.woocommerce-message::before {
    color: #EF353E;
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.user-menu {
    position: relative;
    display: inline-block;
}

.user-icon {
    cursor: pointer;
    font-size: 22px;
}

.user-dropdown {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    min-width: 150px;
    z-index: 999;
}

.user-dropdown li {
    padding: 8px 20px;
}

.user-dropdown li a {
    text-decoration: none;
    color: #333;
}

.user-menu:hover .user-dropdown {
    display: block;
}

/* Cart Trigger */
.cart-fly-trigger {
    position: fixed;
    cursor: pointer;
    right: 25px;
    top: 40px;
    z-index: 999;
}

.cart-fly-trigger .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #EF353E;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
}

/* Fly Cart Panel */
.fly-cart-panel {
    position: fixed;
    top: 0;
    right: -420px; /* Hidden */
    width: 380px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 15px rgba(0,0,0,0.15);
    transition: right 0.35s ease-in-out;
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.fly-cart-panel.open {
    right: 0;
}

/* Close Button */
.fly-cart-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fly-cart-header h3 {
    margin: 0;
    font-size: 20px;
}

.fly-cart-close {
    font-size: 30px;
    cursor: pointer;
}

/* Cart Content */
.fly-cart-content {
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
}

/* Background Overlay */
#fly-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
}

#fly-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}
.fly-cart-content .woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fly-cart-content .woocommerce-mini-cart li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ede8e8;
    padding: 10px 0;
}
.fly-cart-content .woocommerce-mini-cart li a {
    font-size: 0.8125rem;
    color: #5c5c5c;
    text-decoration: none;
    margin-right: 9px;
    width: 230px;
}
.fly-cart-content .woocommerce-mini-cart li a.remove {
    color: #EF353E;
    width: 12px;
    margin-right: 5px;
}
.fly-cart-content .woocommerce-mini-cart li .quantity {
    font-weight: 500;
    font-size: 0.875rem;
    color: #2e2e2e;
    text-align: right;
    width: 85px;
    text-align: right;
}
.fly-cart-content .woocommerce-mini-cart__total.total {
    text-align: right;
    margin-top: 12px;
}
.fly-cart-content .woocommerce-mini-cart__buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}
.fly-cart-content .woocommerce-mini-cart__buttons .button {
    text-decoration: none;
    padding: 4px 13px;
    border-radius: 4px;
    margin-left: 12px;
    font-size: 0.875rem;
}
.cart-icon {
    position: relative;
}

.cart-icon i {
    font-size: 22px;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #EF353E;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
}
.product-short-desc ul {
    padding-left: 16px;
}
#courseContent .accordian.is-bg .accordian-card.active .accordian-header {
    background-color: #F5F3F9;
    color: #002;
}
#courseContent .accordian.is-bg .accordian-card .accordian-header span,
#projects .accordian .accordian-card .accordian-header small {
    color: #EF353E;
    font-size: 0.875rem;
    font-weight: 600;
}
.certification-section.bootcamp,
#attend.bootcamp {
    background-color:#F4F3F8
}
.capstone-sec {
    background-color:#F7F7FC
}
.capstone-box {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #D3D3E1;
}
.capstone-box > img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.capstone-box .info-wrap {
    padding: 16px 18px;
}
.capstone-box .info-wrap .title {
    color: #002;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}
.emi-section {
    background:url(../images/emi-section-bg.webp) no-repeat center center / cover;
    padding-top: 10px;
}
.emi-section .l-widget {
    padding: 18px 0 28px;
}
.emi-section .l-widget h2 {
    color: #002;
    font-size: 1.5rem;
    font-weight: 700;
}
.emi-section .l-widget h2 small {
    font-size: 1.5rem;
    font-weight: 400;
}
.emi-section .l-widget .emi-value {
    color: #002;
    font-size: 2.25rem;
}
.emi-section .l-widget .infotext {
    max-width: 409px;
    font-size: 0.875rem;
}
.emi-section .l-widget .payment-logo {
    padding: 8px 16px;
    background-color: #fff;
}
.career-section ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}
.career-section ul li {
    list-style: none;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #D3D3E1;
    background: #fff;
    transition: all ease-in-out 0.35s;
}
.career-section ul li .title {
    color: #002;
    font-size: 1.2rem;
    font-weight: 600;
}
.career-section ul li p {
    color: #002;
    /* font-size: 12px; */
    font-weight: 500;
    margin: 0;
}
.career-section ul li:hover {
    border: 1px solid #EF353E;
    background: #FFF4F4;
}
.career-section .img-wrap {    
    position: relative;    
}
.career-section .img-wrap img {    
    border-radius: 8px;
}
.career-section .img-wrap .btn-elmnt {    
    position: absolute;
    background: url(../images/career-img-btn-bk.webp) no-repeat;
    width: 234px;
    height: 73px;
    right: 0;
    bottom: 0;
    padding: 20px 0 0 20px;
}
.career-section .img-wrap .btn-elmnt .btn {
    padding: 15px 34px;
    border-radius: 8px;
}
.edge-section{
    background-color: #F4F3F8;
}
.edge-elemnt {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 62px calc(100% - 62px);
    align-items: center;
}
.edge-elemnt .icon {
    width: 48px;
    height: 48px;
    background: #EF353E;
    border-radius: 50%;
}
.edge-elemnt .icon svg {
    width: 32px;
    height: 32px;
}
.releated-section {
    background-color: #F4F3F8;
}
.releated-items .swiper-pagination {
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.releated-items .swiper-pagination-bullet {
    width: auto;
    height: auto;
    padding: 6px 12px;
    margin: 0 5px;
    border-radius: 4px;
    color: #002;
    opacity: 1;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid var(--Border-Grey-1, #D3D3E1);
    background: #FFF;
}

.releated-items .swiper-pagination-bullet-active {
    background: #EF353E;
    color: #fff;
}
.project-info .accordian .accordian-card .accordian-header {
    background: transparent;
    padding-left: 24px;
}
.project-info .accordian .accordian-card {
    border-radius: 8px;
    border: 1px solid #D3D3E1;
    background: #FFF;
}
.project-info .accordian .accordian-card .accordian-content {
    font-size: 1rem;
    padding: 0 24px;
}
.project-info .accordian .accordian-card.active .accordian-content {
    border: none;
    border-radius: 0;
}
.project-info .accordian .accordian-card.active {
    border-radius: 8px;
    border: 1px solid #EF353E;
    background: #FFF4F4;
}
#statistics {
    background: #F4F3F8;
}
.statistics-item {
    border-radius: 8px;
    border: 1px solid #D3D3E1;
    padding: 14px;
    display: grid;
    grid-template-columns: 40px calc(100% - 40px);
}
.statistics-item h3 {
    font-size: 1.25rem;
}
.statistics-item p {
    font-size: 0.875rem;
}
#statistics ul li {
    list-style: none;
    margin: 4px 0;
}
#statistics ul li .buttle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
#statistics ul li .label {
    color: #3F4856;
    font-size: 13px;
    margin-left: 3px;
}
.tool-items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(8, 1fr);
}
.tool-items .logo-box {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 6px;
}
.tool-items .logo-box img {
    max-height: 45px;
}
.course-form-sec ul:not(.iti__country-list) li {
    background: url(../images/tick-circle.svg) no-repeat 0 6px;
    padding-left: 24px;
    margin-bottom: 8px;
    list-style: none;
}
#courseContent .btn.btn-primary:hover {
    background: #393941;
}
.courses-banner.master-class img {
    border-radius: 10px;
    height: auto;
}
.masterclass-register-form .wpcf7-list-item {
    margin: 0;
}
.masterclass-register-form form input[type="submit"] {
    padding: 10px;
    border: 0;
    border-radius: 4px;
    background-color: #EF353E;
    width: 100%;
}
.masterclass-register-form form .wpcf7-spinner {
    display: none;
}
.company-section {
    background: #F4F3F8;
}
#statistics-piechart svg rect {
    fill: transparent;
}
.trusted-items span,
.cat-items a {
    border-radius: 4px;
    background: #fff;
    padding: 8px 10px;
    display: block;
    margin-right: 8px;
}
.trusted-items span img {
    max-width: 45px;
}
.how-work-sec {
    background: #F4F3F8;
}
.stories-thumbs .swiper-slide img {
    border-radius: 8px;
}
.stories-main .story-content {
    max-width: 38%;
    margin: 0 auto;    
}
.stories-main .story-content .story-author {
    font-size: 1.625rem;
    font-weight: 500;
}
.stories-main .story-content .story-author span,
.lost_password a,
.wc-block-components-checkbox__label a {
    color: #EF353E;
}
.category-sec {
    background: #FFF7F7;
}
.category-sec ul li {
    margin: 5px;
}
.category-sec ul li a {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
    display: block;
    font-size: 0.875rem;
    color: #002;
    text-decoration: none;
    transition: all ease-in-out 0.35s;
}
.category-sec ul li a:hover,
.cat-items a:hover {
    background:#EF353E;
    color: #fff;
}
.woocommerce-form {
    background-color: #fff;
    border: none!important;
}
.entry-header .entry-title{
    text-transform: capitalize;
    font-size: 1.75rem;
}
.lost_password a {
    text-decoration: none;
}
.checkout .order_details {
    background: #fff;
    padding: 0;
    border-radius: 8px;
    margin: 15px 0 15px 0!important;
}
.checkout .order_details li {
    padding: 20px 25px !important;
    margin: 0 !important;
    background: none;
}
.wc-block-components-checkbox__label a {
    text-decoration: none;
}
.how-work-sec .tab p {
    color: #002;
}
.how-work-sec .tab-menu ul {
    border: 0;
    border-bottom-width: 0;
    border-radius: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.how-work-sec .tab-menu ul li a {
    padding: 17px 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    background-color: transparent;
    border: 1px solid #002;
    color: #002;
}
.how-work-sec .tab-menu ul li a.active-a {
    background-color: #002;
    color: #fff;
}
.blog-list .blog-item {
    position: relative;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}
.blog-list .blog-item a img {
    width: 100%;
}
.blog-list .blog-item .info {
    padding: 20px;
    border: 1px solid #e7dfdf;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
.blog-list .blog-item .info h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375;
}
.blog-list .blog-item .info h3 a {
    text-decoration: none;
    color: #002;
}
.cat-items a {
    color: #002;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all ease-in-out 0.35s;
}
.blog-category-section:not(:last-child) {
    margin-bottom: 35px;
}
.location-wrapper {
    row-gap: 24px;
}
.location-wrapper .location-item .country-name {
    font-size: 1.5rem;
}
.location-wrapper .location-item .company-name {
    font-size: 1.125rem;
}
.location-wrapper .location-item .emails,
.location-wrapper .location-item .phones {
    display: grid;
    grid-template-columns: 25px calc(100% - 25px);
    font-size: 0.875rem;
}
.location-wrapper .location-item .emails a,
.location-wrapper .location-item .phones a {
    color: #002;
    text-decoration: none;
}
.location-wrapper .location-item .emails ul,
.location-wrapper .location-item .phones ul {
    display: flex;
    flex-wrap: wrap;
}
.location-wrapper .location-item .emails ul li:not(:last-child)::after,
.location-wrapper .location-item .phones ul li:not(:last-child)::after {
    content: '/';
    margin: 0 3px 0 2px;
}
.wpcf7-spinner {
    display: none !important;
}
.courses-banner .connect b {
    color: #002;
}
.consultation-form.masterclass-register-form {
    max-width: 530px;
}
.masterclass-register-form .wpcf7-checkbox input {
    position: relative;
    top: 3px
}
.masterclass-register-form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 0.8125rem;
}
.master-what-learn ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.master-what-learn ul li {
    background:
        url("../images/green-tick.svg") no-repeat 8px 15px,
        linear-gradient(180deg, #FFF 42.06%, #FCDDDF 100%);
    background-size: 14px;
    padding: 10px 16px 10px 30px;
    border-radius: 8px;
}
.master-trainer .desig {
    padding: 3px 12px;
    border-radius: 37px;
    background: #002;
    font-size: 1rem;
    color: #fff;
    display: table;
    font-weight: 700;
}
.master-trainer .past-exp span {
    color: #EF353E;
    font-size: 1rem;
}
.master-trainer .past-exp ul {
    row-gap: 10px;
}
.master-trainer .past-exp ul li img {
    max-height: 35px;
    /* max-width: 100px; */
}
#whyAgile ul li .number {
    color: #EF353E;
    font-size: 1.75rem;
    font-weight: 600;
    grid-row: 1 / 3;
}
.why-sec #whyAgile .resp-tabs-list .resp-tab-item {
    grid-template-columns: 80px calc(100% - 80px);
}
.talk-advisor {
    border-radius: 8px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}
.talk-advisor.bootcamp {
    background: #002;
}
.talk-advisor.certification {
    background: #EF353E;
}
.talk-advisor h3,
.skill-up .cont h3 {
    font-size: 1.125rem;
}
.talk-advisor p,
.skill-up .cont p {
    font-size: 0.75rem;
}
.skill-up {
    border-radius: 8px;
    overflow: hidden;
}
.skill-up .cont {
    position: absolute;
    top: 0;
    left: 0;
}
.skill-up .cont p {
    max-width: 80%;
}
.brands-author-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #f7f7f7;
}
.terms-section,
.privacy-section,
.policy-section {
    margin-bottom: 30px;
}
.cms-pages h1,.cms-pages h2,.cms-pages h3,.cms-pages h4,.cms-pages h5 {
    margin-bottom: 15px;
}
.cms-pages ul {
    list-style: none;
    padding-left: 0;
}
.cms-pages ul li {
    list-style: none;
    background: url(../images/green-tick.svg) no-repeat 0 6px;
    background-size: 13px;
    padding-left: 21px;
    margin-bottom: 20px;
}

/* SEARCH PAGE */
/* =========================
   Search Page (search.php)
   ========================= */

/* Page spacing */
.search .site-main {
  padding: 28px 0 60px;
}

/* Header */
.search .page-header {
  margin: 0 0 18px;
  padding: 18px 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
}

.search .page-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.search .page-title span {
  display: inline-block;
  margin-left: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f5f5;
  font-weight: 700;
}

/* Search results list container */
.search .site-main .container > article,
.search .site-main .container > .post,
.search .site-main .container > .page {
  margin-bottom: 14px;
}

/* Result card (works with most themes using <article>) */
.search .site-main article {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px 16px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.search .site-main article:hover {
  transform: translateY(-2px);
  border-color: #e2e2e2;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

/* Title */
.search .site-main article .entry-title,
.search .site-main article .entry-title a {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  color: #111;
}

.search .site-main article .entry-title a:hover {
  text-decoration: underline;
}

/* Meta (date/category/author) */
.search .site-main article .entry-meta,
.search .site-main article .entry-footer {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

/* Excerpt */
.search .site-main article .entry-summary,
.search .site-main article .entry-content {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.search .site-main article .entry-summary p,
.search .site-main article .entry-content p {
  margin: 0;
}

/* Thumbnail alignment if content-search.php has a thumbnail */
.search .site-main article .post-thumbnail,
.search .site-main article .entry-thumbnail {
  float: left;
  margin: 0 24px 10px 0;
  width: 96px;
  height: 72px;
  overflow: hidden;
  border-radius: 12px;
}

.search .site-main article .post-thumbnail img,
.search .site-main article .entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Clear floats */
.search .site-main article::after {
  content: "";
  display: block;
  clear: both;
}

/* Navigation (Next/Prev) */
.search .navigation.posts-navigation,
.search .navigation.pagination {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.search .navigation .nav-links {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.search .navigation .nav-links a,
.search .navigation .nav-links span {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #111;
}

.search .navigation .nav-links a:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  transform: translateY(-1px);
}

/* "No results" UI */
.search-no-results .site-main .page-content,
.search .no-results .page-content {
  margin-top: 18px;
  border: 1px dashed #e2e2e2;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
}

/* Search form on no-results */
.search-no-results .search-form,
.search .no-results .search-form {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.search-no-results .search-form .search-field,
.search .no-results .search-form .search-field {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  outline: none;
}

.search-no-results .search-form .search-submit,
.search .no-results .search-form .search-submit {
  padding: 12px 16px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}
.search-no-results .search-form .search-field {
    padding-left: 44px;
}
.nav-pills .nav-link,
.nav-pills .nav-link.active {
    background-color: transparent;
    border: 1px solid #EF353E;
    color: #002;
    border-radius: 8px;
    padding: 14px;
    text-align: left;
}
.nav-pills .nav-link {
    margin-bottom: 10px;
}
.nav-pills .nav-link.active {
    border-left-width: 6px;
}
.img-shdw-wrap {
    background-color: #fff;
    border-radius: 28px;
    padding: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.img-shdw-wrap img {
    border-radius: 20px;
}
.why-agilefever-sec .resp-tab-content img,
.why-sec .resp-tab-content img {
    border-radius: 15px 15px 0 0;
}
#billing-country {
    pointer-events: none;
    opacity: 0.3;
    background: #fff1f1;
}
ul.page-numbers {
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
}
ul.page-numbers li {
    margin: 0 3px;
    list-style: none;
}
ul.page-numbers .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 4px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    text-decoration: none;
    color: #002;
    font-size: 0.875rem;
}
.logo-items .logo-item img {
    max-height: 50px;
}
.master-dtls-top {
    background:#F5F3F9;
}
#pastEvents,
.blog-category-tabs {
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(247, 247, 252, 1) 100%);
}
.woocommerce-checkout .checkout .entry-header {
    display: none;
}
.course-content-tab .accordian-content h4 {
    font-size: 1.125rem;
}
#get_discount,
#brochureModal {
    max-width: 540px;
}
.cms-pages .woocommerce ul li {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
    margin-right: 5px;
}
.call,.whatsapp {
    position: fixed;    
    z-index:99;
}
.call {
    left: 20px;
    bottom: 15px;
}
.whatsapp {
    left: 65px;
    bottom: 20px;
}

.error-404 .card{
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border:1px solid rgba(234,240,255,.12);
    border-radius:0;
    overflow:hidden;
    position:relative;
}

.error-404 .card::before{
    content:"";
    position:absolute;
    inset:-2px;
    background: radial-gradient(600px 220px at 20% 0%, rgba(239,53,62,.28), transparent 60%);
    pointer-events:none;
    opacity:.9;
}

.error-404 .content{
    position:relative;
    padding:34px 28px 28px;
}

.error-404 .badge{
    display:inline-flex;
    gap:10px;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    background: rgba(239,53,62,.14);
    border:1px solid rgba(239,53,62,.35);
    color: #EF353E;
    font-size: 13px;
    letter-spacing:.2px;
}

.error-404 .dot{
    width:10px;height:10px;border-radius:99px;
    background: #EF353E;
    box-shadow: 0 0 0 4px rgba(239,53,62,.18);
}

.error-404 .lead{
    margin:0 0 18px;
    color: #64686f;
    font-size:16px;
    line-height:1.6;
}


/* small footer */
.error-404 .foot{
    margin-top:14px;
    font-size:12px;
    color: #64686f;
}
.error-404 .foot a{color: #EF353E; text-decoration:none}
.error-404 .foot a:hover{text-decoration:underline}

/* Responsive Design */
@media screen and (min-width: 576px) {
    .container-right-end {
        margin-left: calc(50vw - 270px);
    }
    .container-left-end {
        margin-right: calc(50vw - 270px);
    }
    #overview .counter-items .counter-item:nth-child(2) .counter-item-inner,
    #overview .counter-items .counter-item:nth-child(3) .counter-item-inner {
        padding: 60px 20px;
    }
    #overview .counter-items .counter-item:nth-child(1) .counter-item-inner,
    #overview .counter-items .counter-item:nth-child(4) .counter-item-inner {
        padding: 20px;
    }
}
@media screen and (min-width: 768px) {
    .container-right-end {
        margin-left: calc(50vw - 360px);
    }
    .container-left-end {
        margin-right: calc(50vw - 360px);
    }
    .row-md {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .row-md>* {
        flex-shrink: 0;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }
       
    .product-hunt {padding: 0 20px}
    
    .counter-layout .counter-widget .counter-item .img-box {
        width: 210px;
        height: 216px;    
    }
    .partner-logo {
        padding: 25px;
    }      
    .grow-item img {
        max-width: 32px;
    }
    
    
    .main-footer .topbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }
    .main-footer .columns {border-top:1px solid rgba(255, 255, 255, 0.20);margin: 26px 0 12px;}
    .subcategory-product-list .course-type.w-100 ul li {
        min-width: 50%;
        max-width: 50%;
    }
    .subcategory-product-list .course-type.right ul li, .subcategory-product-list .course-type.greater-then ul li {
        min-width: 50%;
        max-width: 50%;
    }
    .product-category-menu .courses-widget {
        width: calc(100% - 280px);
    }
    .product-category-menu .courses-cat-widget {
        width: 280px;
    }
    .product-category-menu .courses-cat-widget,
    .product-category-menu .courses-widget {
        height: 413px;
    }
    .product-category-menu-inner {
        display: flex;
    }
    .product-category-menu-wrap {
        border-radius: 0 0 8px 8px;
    }
    .product-category-menu .product-category-item > a {
        width: 240px;
    }
    .subcategory-product-list .course-type {
        max-height: 357px;
    }
    .subcategory-product-list .courses-wrapper {
        display: flex;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .subcategory-product-list .course-type.left,
    .subcategory-product-list .course-type.less-then {
        min-width: 320px;
        max-width: 320px;
    }
    .subcategory-product-list .course-type.right,
    .subcategory-product-list .course-type.greater-then {
        flex: 1;
    }
    .subcategory-product-list .course-type.is-career {
        margin-right: 20px;
    }
    .subcategory-product-list ul {
        margin-left: -8px;
        margin-right: -8px;
    }
    .subcategory-product-list ul li {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
    .courses-banner.bootcamp {
        padding-top:60px;
        padding-bottom:60px;
    }
    .courses-banner.bootcamp .fullbannerimg {
        position: absolute;
        z-index: 1;
        object-fit: cover;
       top: 0;
    }
    .courses-banner.bootcamp .container {
        position: relative;
        z-index: 2;
    }
    .top-counter-bar .counter-item .info {
        padding-left: 10px;
    }
    .how-work-sec .tab-menu ul li a {
        min-width: 160px;
    }
    .statistics-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .advantage-sec .swiper-btn-wrap-outer {
        position: absolute;
        right: 0;
        top: -69px;
    }
    .wc-block-checkout__billing-fields #billing.wc-block-components-address-form .wc-block-components-text-input {
        flex: 1 0 calc(33% - 12px)!important;
        margin-top: 0!important;
    } 
    .wc-block-checkout__billing-fields #billing.wc-block-components-address-form .wc-block-components-text-input, 
    .wc-block-checkout__billing-fields #billing.wc-block-components-address-form .wc-block-components-address-form__country {
        margin-bottom: 13px!important;
    }  
    .wc-block-checkout__billing-fields #billing.wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__address_1 {
        margin-bottom: 0!important;
    }  
    .wc-block-checkout__form #contact.wc-block-components-address-form,
    .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading-container,
    .wc-block-checkout__form .wc-block-checkout__billing-fields .wc-block-components-checkout-step__heading-container,
    .wc-block-checkout__form .wc-block-checkout__payment-method .wc-block-components-checkout-step__heading-container {
        margin-bottom: 0!important;
    }
}
@media screen and (min-width: 992px) {
    .container-right-end {
        margin-left: calc(50vw - 480px);
    }
    .container-left-end {
        margin-right: calc(50vw - 480px);
    }
    .menu-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0 25px 0 0;
        flex-wrap: wrap;
    }
    .menu-wrap > li {
        padding: 0 20px;
    }
    .empower-sec .banner .r-widget {
        flex: 1;
        padding-left: 30px;
    }
    .empower-sec .banner .l-widget {
        max-width: 407px;
    }
    .overview-sec .r-widget {
        padding-left: 45px;
    }
    .training-widgets .training-widget.icon-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .grow-info-sec .grow-slide {
        padding: 0 10px;
        flex: 1 0 0;
    } 
    #whyAgile.resp-vtabs .resp-tabs-container {
        width: calc(100% - 470px);
        float: right;
    } 
    .clients {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(6, 1fr);
    }
    .whychoose-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    .whychoose-items .card {
        flex: 1 1 calc(25% - 25px);
    }
    .skills-sec .wrap{
        display:grid; 
        grid-template-columns: 1.9fr .65fr; 
        gap:22px;
    }
    .list-icons {
        display: flex;
        justify-content: space-between;
    }
    .list-icons .list-icon {
        padding: 4px 15px;
    }
    #tools .tool-items {
        gap: 14px;
        grid-template-columns: repeat(11, 1fr);
    }
    .training-widgets div[class^="col"] {
        margin: 8px 0;   
    }
}
@media screen and (min-width: 1200px) {
    .container-right-end {
        margin-left: calc(50vw - 570px);
    }
    .container-left-end {
        margin-right: calc(50vw - 570px);
    }
    .main-header .courses-search-box {
        margin-right: 180px;
    }
    .courses-search-box .search-form {
        width: 250px;
    }
    .subcategory-product-list .course-type.w-100 ul li {
        min-width: 33%;
        max-width: 33%;
    }
    .empower-sec .banner .r-widget {
        padding-left: 60px;
    }
    .empower-sec .banner .l-widget {
        max-width: 507px;
    }
    .overview-sec .r-widget {
        padding-left: 111px;
    }
    .counter-layout .counter-widget .counter-item .img-box {
        width: 250px;
        height: 260px;    
    }
    #whyAgile.resp-vtabs .resp-tabs-container {
        width: calc(100% - 634px);
        float: right;
    }
    .clients {
        gap: 24px;
        grid-template-columns: repeat(8, 1fr);
    }
    .top-counter-bar .counter-item {
        padding: 5px 20px;
    }
    .cms-pages h1 {
        font-size: 1.875rem;
    }
    .cms-pages h2 {
        font-size: 1.625rem;
    }
    .cms-pages h3 {
        font-size: 1.375rem;
    }
    .cms-pages h4 {
        font-size: 1.25rem;
    }
    .cms-pages h5 {
        font-size: 1.125rem;
    }
    #masterRegister h1 {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1400px) {
    .container-right-end {
        margin-left: calc(50vw - 660px);
    }
    .container-left-end {
        margin-right: calc(50vw - 660px);
    }
}
@media (max-width: 1199px) { 
    .courses-banner h1 {
        font-size: 1.5rem;
    }
    .btn {
        padding: 8px 10px;
    }
    h2 {
        font-size: 1.75rem;
    }
    .search-toggl {
        background: transparent;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        padding: 3px 9px 5px;
        margin-right: 5px;
    }
    
    /*---------------------
    HAMBURGER MENU
    ----------------------*/
    .hamburger-menu {
        position: relative;
        margin-left: 12px;
    }

    .bar,
    .bar:after,
    .bar:before {
        width: 24px;
    }
    .bar:after,
    .bar:before {
        height: 2.4px;
    }

    .bar {
        position: relative;
        background: #002;
        transition: all 0ms 300ms;
        height: 2.5px;
    }

    .bar.animate {
        background: rgba(255, 255, 255, 0);
    }

    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        background: #002;
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        background: #002;
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    /*---------------------
    Mobiles Menu 
    ----------------------*/
    /*---------------------
    Mobiles Menu - Design 
    ----------------------*/
    .menu-main-menu-container ul {
        margin: 0;
        padding: 0;
    }

    .menu-main-menu-container li {
        line-height: 30px;
        margin: 0;
        overflow: hidden;
        padding: 5px 5px 5px 0;
        position: relative;
        text-align: left;
    }

    .menu-main-menu-container li:first-child {
        margin-top: 60px;
    }

    /* .menu-main-menu-container li:hover {
        background: #CCCCCC;
    } */

    .menu-main-menu-container li a {
        text-decoration: none;
        color: black;
    }

    /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/
    .main-menu-area {
        top: 0;
        max-width: 250px;
        left: -100%;
        width: 100%;
        background: #EBEBEB;
        color: black;
        height: 100%;
        position: fixed;
        z-index: 9997;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        padding: 0 20px;
    }

    .main-menu-area.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .main-menu-area .btn {
        width: 100%;
    }
    .empower-sec .banner {
        padding: 30px;
    }
    .empower-sec .banner h1 {
        font-size: 1.75rem;
    }
    #whyAgile.resp-vtabs ul.resp-tabs-list {
        width: 446px;
    }
    .product-category-menu-wrap.active {
        display: block;
    }
    .top-counter-bar .counter-item .info .counter {
        font-size: 1.5rem;
    }
    .top-counter-bar .counter-item .icon {
        width: 42px;
        height: 42px;
    }
    .role-card .tab-container {
        padding: 15px;
    }  
    .user-menu {
        width: 100%;
    } 
    .user-dropdown {
        position: relative;
        top: 0;
    }
    .masterclass-register-form {
        max-width: calc(100% - 24px);
        margin: 0 auto 15px;
    }
    .skills-sec .card.role-card {
        border-radius: 0;
        border: none;
    }
    .consultation-form.masterclass-register-form {
        max-width: 100%;
    }
    .courses-banner.master-class img {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .swiper-btn-wrap .swiper-button-next, .swiper-btn-wrap .swiper-button-prev {
        position: relative;
    }
    .top-counter-bar .counter-mob-slider .swiper-btn-wrap,
    .list-info-top .list-icons .swiper-btn-wrap {
        display: none!important;
    }
    .why-agilefever-sec.sec-gap {
        padding: 0;
    }
    .counter-layout .counter-widget {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    #course-tab .tab-item {
        display: block;
        margin-bottom: 10px;
    }
    #course-tab .tab-content-inner {
		display: none;
        margin-top: 10px;
	}
	#course-tab .tab-item.active .tab-content-inner {
		display: block;
	}
    .course-items .swiper-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .course-item {
        padding: 14px 14px 16px;
    }
    .why-agilefever-sec {
        background: #ffffff;
    }
    .resp-vtabs .resp-tabs-container {
        border-radius: 8px;
        background: #F1F1F1;
        padding: 13px;
    }
    .resp-vtabs .resp-tabs-container h2 img {
        width: 30px;
    }
    .resp-vtabs .resp-tabs-container h2 strong {
        font-size: 0.875rem;
        font-weight: 600;
    }
    .resp-vtabs .resp-tabs-container h2 {
        position: relative;
        border-radius: 2px;
        border: 1px solid #D3D3E1;
        background: #FFF !important;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 40px calc(100% - 40px);
        align-items: center;
        padding-right: 30px;
    }
    .resp-vtabs .resp-tabs-container h2.resp-tab-active {
        border: 0 !important;
        border-radius: 8px 8px 0 0;
    }
    .resp-vtabs .resp-tabs-container h2.resp-tab-active strong {
        display: none;
    }
    #whyAgile .resp-tabs-container .resp-tab-content {
        padding: 15px;
        border: 0;
        background: #fff;
        margin-bottom: 10px;
        border-radius: 0 0 8px 8px;
    }
    #whyAgile .resp-tabs-container .resp-tab-content strong {
        font-weight: 600;
    }
    h2.resp-accordion span.resp-arrow {
        position: absolute;
        border: 0;
        right: 10px;
    }

    .chip {
        padding: 4px 8px;
        font-size: 0.75rem;
    }
    .main-footer > .container {
        display: flex;
        flex-direction: column;
    }
    .main-footer .topbar {
        order: 4;
        flex-direction: column-reverse;
    }
    .main-footer .topbar .newsletter form .input-group {
        flex-wrap: inherit;
    }
    .newsletter .input-group .form-control,
    .newsletter .input-group .form-submit input {
        font-size: 0.75rem;
    }
    .copyright-sec .bottom-menu a {
        font-size: 0.625rem;
    }
    .copyright-sec .bottom-menu li:not(:first-child)::before {
        margin: 0 6px;
    }
    .copyright-sec .bottom-menu {
        padding-left: 0;
        justify-content: center;
    }
    .main-footer .columns .cols.active:not(:last-child) {
        margin-bottom: 25px;
    }
    .main-footer .columns .cols ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .main-footer .columns .cols.active ul {
        max-height: 500px; /* enough for menu height */
    }
    
    .main-footer .columns .cols h4 {
        position: relative;
        cursor: pointer;
        padding-right: 24px;
    }

    .main-footer .columns .cols h4::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        transition: transform 0.3s ease;
        font-weight: 300;
    }

    .main-footer .columns .cols.active h4::after {
        content: "−";
    }
    .grow-items {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(5,1fr);
    }
    .swiper-pagination {
        position: relative;
        margin-top: 15px;
        line-height: 1;
    }
    .swiper-pagination.swiper-pagination-fraction {
        padding: 2px 6px 3px;
        position: relative;
        background: #002;
        display: table;
        width: auto;
        margin: 15px auto 0;
        border-radius: 4px;
        color: #fff;
        font-size: 0.875rem;
    }
    .swiper-pagination .swiper-pagination-bullet-active {
        background: #EF353E;
    }
    .img-shdw-wrap {
        border-radius: 12px;
    }
    #tools .tool-items {
        display: block;
    }
    .master-what-learn ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        display: block!important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        padding: 20px!important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
        padding: 0 20px!important;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 1.25rem;
    }
    .btn {
        font-size: 0.8125rem;
        padding: 5px 10px;
    }
    .course-container {
        padding: 16px;
    }
    .main-header > .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /* .main-header .logo {
        width: 38px;
    } */
    .page-title {
        font-size: 1.5rem;
    }
    .empower-sec .container {
        padding: 0;
    }
    .empower-sec .banner {
        padding: 12px;
        border-radius: 0 0 8px 8px;
    }
    .empower-sec .banner h1 {
        font-size: 1.25rem;
        text-align: center;
    }
    .empower-sec .btns-inline .btn {
        flex: 1;
    }
    .empower-sec .list-info-top {
        padding-top: 16px;
    }
    .list-info-top .rating-badge,
    .list-info-top .product-hunt {
        flex: 1;
    }
    .list-info-top .rating-badge .label {
        font-size: 0.625rem;
    }
    .empower-sec .list-icons div {
        padding: 0 5px;
    }
    .empower-sec .list-icons p {
        font-size: 0.625rem;
    }
    .filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .filter-dropdowns {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    
    .dropdown-group {
        width: 100%;
    }
    
    .dropdown {
        flex: 1;
    }
    
    .pricing-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .booking-controls {
        width: 100%;
        justify-content: space-between;
    }
    
    .help-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .help-info {
        flex-direction: column;
        gap: 16px;
    }
    .trust-sec .col-lg-8 {
        padding-right: 0;
    }
    .clients figure {
        border-radius: 2px;
    }
    .counter-layout .counter-widget {
        gap: 10px;
    }
    .counter-layout .counter-widget .counter-item .counter-box small {
        font-size: 0.75rem;
    }
    .counter-layout .counter-widget .counter-item .counter-box .counter {
        font-size: 1.625rem;
    }
    .partner-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        /* height: 50px; */
    }
    /* .partner-logo img {
        max-width: 100%;
        margin: 0 auto;
    } */
    .grow-item {
        padding: 10px 5px;
        height: 100%;
    } 
    .grow-item img {
        max-width: 32px;
    }
    .grow-item p {
        font-size: 0.625rem;
        min-height: inherit;
    }
    .swiper {
		touch-action: pan-y;
	}
    
    .marquee-box::before,.marquee-box::after {
        width: 60px;
    }
    .marquee-box::before {
        background: linear-gradient(90deg,rgba(244, 243, 248, 0.5) 0%, rgba(244, 243, 248, 0) 100%);
    }
    .marquee-box::after {
        background: linear-gradient(90deg,rgba(244, 243, 248, 0) 0%, rgba(244, 243, 248, 0.5) 100%);
    }
    .testimoniall-sec .testimonial-items {
        padding-left: 0;
        padding-right: 0;
    }
    .training-widgets div[class^="col"] {
        padding: 0;
    }
    .brands-author-box .name {
        font-size: 0.875rem;
        font-weight: 600;
    }
    .brands-author-box p {
        font-size: 0.625rem;
    }
    .brands-author-box svg {
        width: 14px;
    }
    
    .counter-mob-slider .swiper-pagination {
        margin-top: 8px;
    }
    .counter-mob-slider .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
    }
    .training-widgets .training-widget img {
        margin: 0 auto;
    }
    
    .product-category-menu .courses-cat-widget, .product-category-menu .courses-widget {
        height: calc(100dvh - 61px);
    }
    .subcategory-product-list {
        background-color: #fff;
    }
    /* .subcategory-product-list.active {
        right: 0;
    } */
    .courses-total {
        background: #eeeeee;
        padding: 5px 7px 7px;
    }
    .mobile-back-btn {
        border: 0;
        padding: 0;
        margin-right: 6px;
    }
    .subcategory-product-list ul li a .left-elements {
        left: 0;
    }
    .subcategory-product-list ul li {
        padding: 6px 0;
    }
    .courses-search-box .search-form {
        position: absolute;
        top: 92px;
        width: 100%;
        left: 0;
    }
    .courses-search-box .search-form .search-field {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    
    .search-form {
        display: none;
        width: 100%;
    }

    .search-form.active {
        display: block;
        animation: slideDown 0.3s ease;
    }
    .main-footer {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .courses-menu .dropdown .btn {
        margin-right: 6px;
    }
    .hamburger-menu {
        margin-left: 6px;
    }
    .courses-menu .dropdown .btn {
        padding: 5px 9px;
    }
    .courses-banner {
        background-color: #ededed;
    }
    .testimoniall-sec .course-testi-items {
        padding-left: 12px;
        padding-right: 12px;
    }
    .courses-banner.certifications h1,.courses-banner.certifications p, .courses-banner.certifications .breadcramb span {
        color: #002!important;
    }
    .courses-banner.certifications .breadcramb a::after {
        background: url(../images/arrow-next.svg) no-repeat;
    }
    .courses-banner.certifications .btn.btn-outline-light {
        border-color: #002;
        color: #002;
    }
    .course-book-form {
        padding: 15px;
    }
    .accordian .accordian-card:not(:last-child) {
        margin-bottom: 15px;
    }
    .course-dtls-banner {
        padding: 30px 0;
    }
    .course-dtls-banner .product-short-desc {
        font-size: 0.875rem;
    }
    .course-dtls-banner .course-review {
        font-size: 0.8125rem;
    }
    .course-dtls-banner .course-review span svg {
        max-width: 14px;
    }
    #overview.details-section {
        padding-top: 20px;
    }
    .course-highlights {
        padding: 28px 0;
    }
    #overview .counter-items .counter-item .counter-item-inner .counter {
        font-size: 1.25rem;
    }
    #overview .counter-items .counter-item p {
        font-size: 0.625rem;
    }
    #overview .counter-items .counter-item .counter-item-inner .icon {
        width: 32px;
        height: 32px;
    }
    #overview .counter-items .counter-item .counter-item-inner .icon img {
        max-width: 18px;
    }
    #overview .counter-items .counter-item .counter-item-inner {
        border-radius: 8px;
    }
    #overview .counter-items .counter-item:nth-child(2) .counter-item-inner,
    #overview .counter-items .counter-item:nth-child(3) .counter-item-inner {
        padding: 30px 10px;
    }
    #overview .counter-items .counter-item:nth-child(1) .counter-item-inner,
    #overview .counter-items .counter-item:nth-child(4) .counter-item-inner {
        padding: 10px;
    }
    #overview .counter-items .counter-item {
        margin: 6px 0;
    }
    #overview .counter-items .counter-item:nth-child(3) {
        margin-top: -35px;
    }
    .edge-elemnt .icon {
        width: 32px;
        height: 32px;
    }
    .edge-elemnt .icon svg {
        width: 23px;
        height: 23px;
    }
    .edge-elemnt {
        margin-top: 15px;
        grid-template-columns: 37px calc(100% - 37px);
    }
    .edge-elemnt label {
        font-size: 0.875rem;
    }
    .advisor-section {
        padding: 20px 0;
    }
    .career-section ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .ai-tabs .ai-tab, .ai-tabs .ai-tabs {
        padding: 4px 8px;
        font-size: 0.8125rem;
        margin: 0 5px 10px 0;
    }
    .course-item, .location-wrapper .location-item {
        padding: 15px;
    }
    .stories-main .story-content {
        max-width: 80%;
    }
    .stories-main .story-content .story-author {
        font-size: 1.125rem;
    }
    .how-work-sec .tab-menu ul li a {
        padding: 7px 12px;
        font-size: 0.8125rem;
    }
    .grow-items {
        grid-template-columns: repeat(3,1fr);
    }
    .statistics-item:not(:last-child) {
        margin-bottom: 14px;
    }
    .main-header .courses-search-box {
        flex: 1;
    }
    .main-header .courses-search-box .mdl {
        justify-content: center;
        flex: 1;
        display: flex;
    }
    .main-header .courses-search-box .mdl {
        justify-content: center;
        flex: 1;
        display: flex;
    }

    .product-category-menu {
        position: fixed;
        background: #fff;
        z-index: 9;
        height: 100dvh;
        padding: 10px;
        transform: translateX(-100%);
        transition: all ease-in-out 0.35s!important;
    }
    .product-category-menu.menu-open {
        transform: translateX(0);
    }
    .product-category-menu .m-logo {
        max-width: 54px;
    }
    .product-category-menu .accordian-item {
        border: 1px solid #a5a5a5;
        border-radius: 8px;
    }
    .product-category-menu .accordian-item:not(:last-child) {
        margin-bottom: 12px;
    }
    .product-category-menu .accordian-item .accordian-header,
    .product-category-menu .accordian-item .accordian-body {
        padding: 12px;
    }
    .product-category-menu .accordian-item .accordian-body {
        display: none;
        border-top: 1px solid #a5a5a5;
    } 
    .product-category-menu .accordian-item .accordian-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .product-category-menu .accordian-item .accordian-header .accord-togl {
        width: 20px;
        height: 20px;
        background-image: url(../images/icon-plus.svg);
        background-position: center center;
        background-size: 15px;
        background-repeat: no-repeat;
        border: 0;
        background-color: transparent;
    }
    .product-category-menu .accordian-item .accordian-header .accord-togl.open {
        background-image: url(../images/icon-minus.svg);
    }
    .product-category-menu .accordian-item .accordian-header a {
        text-decoration: none;
        color: #002;
        font-size: 0.9375rem;
        display: flex;
        align-items: center;
    }
    .product-category-menu .accordian-item .accordian-header a small {
        color: #ef353e;
        border: 1px solid #ef353e;
        line-height: 1;
        padding: 2px 4px 1px;
        border-radius: 3px;
        font-size: 0.8rem;
    }
    .product-category-menu .menu-inner {
        max-height: calc(100dvh - 125px);
        overflow: auto;
    }
    .product-category-menu .menu-top .menu-close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .why-sec:not(.corporate).sec-gap {
        padding-top: 0;
    }
    .courses-banner.certifications .container-right-end .sec-gap {
        padding: 0;
    }
    .consultation-form {
        padding: 10px;
    }
    .masterclass-register-form.consultation-form {
        padding: 0;
    }
    .consultation-form-inner {
        padding: 14px 15px;
    }
    .swiper-btn-wrap .swiper-button-next:after, .swiper-btn-wrap .swiper-button-prev:after {
        color: #ef353e;
    }
    .swiper-btn-wrap .swiper-button-next.swiper-button-disabled:after, 
    .swiper-btn-wrap .swiper-button-prev.swiper-button-disabled:after {
        opacity: 0.3;
    }
    .career-section ul li {
        border: 1px solid #EF353E;
        background: #FFF4F4;
    }
    .testimonial-section.course-list {
        padding-left: 12px;
        padding-right: 12px;
    }
    .checkout .order_details li {
        border-right: none!important;
        float: none !important;
        border-bottom: 1px dashed #cfc8d8;
    }
    .wc-block-components-form .wc-block-components-checkout-step {
        padding: 15px !important;
    }
    .wc-block-components-checkout-step__heading {
        padding: 12px;
    }
    .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        padding-bottom: 0!important;
        margin-bottom: 20px;
    }
    .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
        display: none!important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price {
        font-size: 1.25rem;
        margin: 10px 0;
        display: inline-block;
        vertical-align: middle;
    }
    .masterclass-box figure figcaption .title {
        height:inherit!important;
    }
    
    .call {
        left: 12px;
    }
    .whatsapp {
        left: 60px;
    }
}

@media (max-width: 575px) {
    .top-counter-bar .counter-item .info p {
        font-size: 0.8125rem;
    }
    .category-sec ul li a {
        padding: 5px 10px;
        font-size: 0.8125rem;
    }
    .brands-author-box img {
        height: 130px;
    }

    .search .page-header {
        padding: 14px;
    }
    .search .page-title {
        font-size: 18px;
    }
    .search .site-main article {
        padding: 14px;
    }
    .search .site-main article .post-thumbnail,
    .search .site-main article .entry-thumbnail {
        width: 84px;
        height: 64px;
        margin-right: 12px;
    }
    .master-what-learn ul {
        grid-template-columns: repeat(1, 1fr);
    }
    #ai-schedule-results .ai-card .course-middle-widget .course-middle-bottom .middle-widget-elmnt .btn {
        width: 100%;
    }
}

@keyframes slideDown {
    from {
    opacity: 0;
    transform: translateY(-10px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}