html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
}
.series-desc {
    max-width: 70%; 
    color: #3F3844; 
    margin: 1.5rem 0; 
    padding-left: 15px; 
    padding-right: 15px;
    text-align: justify;
}
.background-div {
    position: absolute;
    top: 100%; /* Start right after the previous block */
    left: 0;
    width: 100%;
    height: 75%; /* Adjust as needed */
    background-color: #00548e;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 0;
}
.limited-seats {
    font-size: 12px;
    padding: 3px;
    color: red;
}
.btn-classes {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-classes:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.register-btn {
    color: #fff;
    background-color: #00548e;
    border-color: #00548e;
}
.register-btn:hover {
    color: #00548e;
    background-color: transparent;
    border-color: #00548e;
}
.register-btn-blue {
    background-color: #fff;
    border-color: #fff;
}
.register-btn-blue:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-sec {
    background-color: #fbaf17;
    border-color: #fbaf17;
}
.btn-sec:hover {
    color: #fbaf17;
    background-color: transparent;
    border-color: #fbaf17;
}

.section-space {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.primary-color {
    color: #00548e;
}
.secondary-color {
    color: #fbaf17;
}
.primary-bg {
    background-color: #00548e;
}
.secondary-bg {
    background-color: #fbaf17;
}

.text-gray-light {
    color: #AFAFAF !important;
}

.box-border {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
}

.shadow-lg {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 30px 0;
    color: #2c3e50;
}
.rounded-border {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
/* Timeline Styling */
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

.custom-border {
    border: 2px solid #00548e;
    border-radius: 15px;
}

.custom-divider {
    width: 2px;
    height: 10rem; /* Adjust this to control the divider's height */
    background-color: #00548e;
}

/* Speaker Details CSS */
/* ================== */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.border-0 {
    border: 0 !important;
}
.position-relative {
    position: relative !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 3.25rem;
}

.member-profile {
    top: -50px;
    left: 0;
}
.text-center {
    text-align: center !important;
}
.w-100 {
    width: 100% !important;
}
.position-absolute {
    position: absolute !important;
}

.member-profile img {
    width: 150px;
    height: 150px;
    border: 5px solid white;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
/* ======================== */
/* ===== PRICING PAGE ===== */
.price-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
    box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid #00548e;
    margin-bottom: 45px;
}

.price-tabs .nav-link {
    color: #00548e;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price-tabs .nav-link.active {
    background-color: #00548e;
    color: #fff;
}

.price-item {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    border-radius: 10px;
}

.price-item .price-top {
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    padding: 50px 0 25px;
    background-color: #00548e;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
}

.price-item .price-top:after {
    height: 50px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #00548e;
    position: absolute;
    content: '';
    left: 0;
    bottom: -17px;
    z-index: -1;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
    box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

.price-item .price-top * {
    color: #fff;
}

.price-item .price-top h2 {
    font-weight: 700;
}

.price-item .price-top h2 sup {
    top: 13px;
    left: -5px;
    font-size: 0.35em;
    font-weight: 500;
    vertical-align: top;
}

.price-item .price-content {
    padding: 30px;
    padding-bottom: 40px;
}

.price-item .price-content li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.price-item .price-content .zmdi-check {
    color: #28a745;
}

.price-item .price-content .zmdi-close {
    color: #f00;
}

.popular {
    background-color: #00548e;
}

.popular .price-top {
    background-color: #fff;
}

.popular .price-top:after {
    background-color: #fff;
}

.popular .price-top h4 {
    color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
    color: #00548e;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
    color: #fff !important;
}

/* Styles for the checkout modal */
/* .heading {
    background-color: #1E1F26;
    width: 100%;
} */

input[type="text"], 
input[type="email"] {
    padding: 0.38rem 0.75rem !important;
    border-radius: 0.45rem  !important;
}

select, button {
    border-radius: 0.45rem;
} 

.course-info {
    padding: 1rem 1.25rem;
    background-color: #F1F3F7;
    border-radius: 0.35rem;
    margin: 1.75rem 0;
}

.color-primary {
    background-color: #00528C;
}

.custom-select {
    width: 100%;
    box-sizing: border-box;
}

.btn {
    border: none;
}

.btn:hover {
    background-color: #00528ccb;
    color: #000;
    border: none;
}

.btn:focus {
    background-color: black;
    color: #fff;
    border: none;
}
.training-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Adjust based on the desired height of the card */
}

.card-title,
.card-text {
    flex-grow: 1; /* Allow the title and description to take up space */
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Error element handler */
form .error {
    color: #ff0000;
    font-size: 12px;
}


@media (min-width: 992px) {
    .price-item .price-content li {
        padding-left: 28px;
        text-align: left;
    }
    .price-item .price-content li i {
        position: absolute;
        left: 0;
        top: 3px;
    }
}

/* Adjusting Padding for Mobile View */
@media (max-width: 768px) {
    .custom-divider {
        width: 80%; /* Flip the divider horizontally on smaller screens */
        height: 2px;
    }
    .p-4 {
        padding: 1rem !important;
    }
    .background-div {
        height: 100%;
    }
    .series-desc {
        max-width: 100%; 
        padding-left: 15px; 
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .price-item .price-top:after {
        border-radius: 0 0 20px 20px;
    }
    .price-item .price-top {
        margin: 0 -20px;
        border-radius: 20px;
    }
    .price-item {
        margin: 0 20px;
        padding-top: 20px;
    }
    .price-tabs .nav-link {
        padding: 12px 40px;
    }
    .price-tabs {
        margin-bottom: 60px;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
        }
        .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}
